Shades of Wild Strawberry #FF3999
Tints of Wild Strawberry #FF3999
RGB
CMYK
RGB Variations
Color information
#FF3999 (or 0xFF3999) is known color: Wild Strawberry. HEX triplet: FF, 39 and 99. RGB value is (255,57,153). Sum of RGB (Red+Green+Blue) = 255+57+153=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3999 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3999 is #00C666. Grayscale: #7E7E7E. Windows color (decimal): -50791 or 10041855. OLE color: 10041855.
HSL color Cylindrical-coordinate representation of color #FF3999: hue angle of 330.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3999 is Cyan = 0, Magento = 0.78, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 153 | - |
| CMYK | 0 | 0.78 | 0.4 | 0 |
| HSL | 330.91º | 1% | 0.61% | - |
| HSV(B) | 330.91º | 0.78% | 1% | - |
| XYZ | 48.45 | 26.49 | 32.7 | - |
| YUV | 127.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 153 | 0 | 0.78 | 0.4 | 0 | 330.91 | 1 | 0.61 |
| Hex | FF | 39 | 99 | 0 | 4E | 28 | 0 | 14B | 64 | 3D |
| Octal | 377 | 71 | 231 | 0 | 116 | 50 | 0 | 513 | 144 | 75 |
| Binary | 11111111 | 111001 | 10011001 | 0 | 1001110 | 101000 | 0 | 101001011 | 1100100 | 111101 |
Color Harmonies of #FF3999
Complementary color
Monochromatic Colors of #FF3999
Black with #FF3999
Text Example
Text Example
White with #FF3999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3999; }
p { color: rgb(255,57,153); }
H1.HeaderClassName
{
color: #FF3999;
}
.AnyTagClassName
{
color: #FF3999;
}
</style>
background-color css
<style>
a { background-color: #FF3999; }
a { background-color: rgb(255,57,153); }
div.DivClassName
{
background-color: #FF3999;
}
.BgClassName
{
background-color: #FF3999;
}
</style>
border-color css
<style>
span { border-color: #FF3999; }
span { border-color: rgb(255,57,153); }
td.TdClassName
{
border-color: #FF3999;
}
.TagClassName
{
border-color: #FF3999;
}
</style>