Shades of Wild Strawberry #FF3996
Tints of Wild Strawberry #FF3996
RGB
CMYK
RGB Variations
Color information
#FF3996 (or 0xFF3996) is known color: Wild Strawberry. HEX triplet: FF, 39 and 96. RGB value is (255,57,150). Sum of RGB (Red+Green+Blue) = 255+57+150=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 57 (22.66% from 255 or 12.34% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3996 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3996 is #00C669. Grayscale: #7E7E7E. Windows color (decimal): -50794 or 9845247. OLE color: 9845247.
HSL color Cylindrical-coordinate representation of color #FF3996: hue angle of 331.82º 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 #FF3996 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 150 | - |
| CMYK | 0 | 0.78 | 0.41 | 0 |
| HSL | 331.82º | 1% | 0.61% | - |
| HSV(B) | 331.82º | 0.78% | 1% | - |
| XYZ | 48.21 | 26.39 | 31.41 | - |
| YUV | 126.8 | 141.1 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 150 | 0 | 0.78 | 0.41 | 0 | 331.82 | 1 | 0.61 |
| Hex | FF | 39 | 96 | 0 | 4E | 29 | 0 | 14C | 64 | 3D |
| Octal | 377 | 71 | 226 | 0 | 116 | 51 | 0 | 514 | 144 | 75 |
| Binary | 11111111 | 111001 | 10010110 | 0 | 1001110 | 101001 | 0 | 101001100 | 1100100 | 111101 |
Color Harmonies of #FF3996
Complementary color
Monochromatic Colors of #FF3996
Black with #FF3996
Text Example
Text Example
White with #FF3996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3996; }
p { color: rgb(255,57,150); }
H1.HeaderClassName
{
color: #FF3996;
}
.AnyTagClassName
{
color: #FF3996;
}
</style>
background-color css
<style>
a { background-color: #FF3996; }
a { background-color: rgb(255,57,150); }
div.DivClassName
{
background-color: #FF3996;
}
.BgClassName
{
background-color: #FF3996;
}
</style>
border-color css
<style>
span { border-color: #FF3996; }
span { border-color: rgb(255,57,150); }
td.TdClassName
{
border-color: #FF3996;
}
.TagClassName
{
border-color: #FF3996;
}
</style>