In a RGB color space, #ff3399 hex color (also known as Wild Strawberry) is composed of 100% red, 20% green and 60% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 80% magenta, 40% yellow and 0% black. It has a hue angle of 330 degrees, a saturation of 100% and a lightness of 60%. #ff3399 color hex could be obtained by blending #ff66ff with #ff0033. #ff3399(or #f39) is a websafe color.
The hexadecimal color #ff3399 has RGB values of R:255, G:51, B:153 and CMYK values of C:0, M:0.8, Y:0.4, K:0. Its decimal value is 16724889.
Hex triplet | ff3399 | #ff3399 |
RGB Decimal | 255, 51, 153 | rgb(255,51,153) |
RGB Percent | 100, 20, 60 | rgb(100%,20%,60%) |
CMYK | 0, 80, 40, 0 | |
HSL | 330°, 100, 60 | hsl(330,100%,60%) |
HSV(HSB) | 330°, 80, 100 | |
Web Safe | ff3399 | #f39 |
XYZ | 48.174, 25.928, 32.602 |
xyY | 0.451, 0.243, 25.928 |
CIE-LAB | 57.968, 79.823, -6.27 |
CIE-LCH | 57.968, 80.069, 355.509 |
CIE-LUV | 57.968, 122.388, -24.179 |
Hunter-Lab | 50.919, 79.767, -2.319 |
Binary | 11111111, 00110011, 10011001 |
Below, you can see some colors close to #ff3399. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff3399.
<span style="color:#ff3399">Text here</span>
This paragraph has a background color of #ff3399.
<p style="background-color:#ff3399;">Content here</p>
This element has a border color of #ff3399.
<div style="border:1px #ff3399;">Content here</div>
.text {color:#ff3399;}
.background {background-color:#ff3399;}
.border {border:1px solid #ff3399;}
.text-shadow {border:1px solid #ff3399;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #080004 is the darkest color, while #fff2f9 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #999999 is the less saturated color, while #f73b99 is the most saturated one.