Shades of Wild Strawberry #F03C96
Tints of Wild Strawberry #F03C96
RGB
CMYK
RGB Variations
Color information
#F03C96 (or 0xF03C96) is known color: Wild Strawberry. HEX triplet: F0, 3C and 96. RGB value is (240,60,150). Sum of RGB (Red+Green+Blue) = 240+60+150=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F03C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03C96 is #0FC369. Grayscale: #7B7B7B. Windows color (decimal): -1033066 or 9846000. OLE color: 9846000.
HSL color Cylindrical-coordinate representation of color #F03C96: hue angle of 330º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03C96 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 150 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.06 |
| HSL | 330º | 0.86% | 0.59% | - |
| HSV(B) | 330º | 0.75% | 0.94% | - |
| XYZ | 43.06 | 23.96 | 31.21 | - |
| YUV | 124.08 | 142.63 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 150 | 0 | 0.75 | 0.37 | 0.06 | 330 | 0.86 | 0.59 |
| Hex | F0 | 3C | 96 | 0 | 4B | 25 | 6 | 14A | 56 | 3B |
| Octal | 360 | 74 | 226 | 0 | 113 | 45 | 6 | 512 | 126 | 73 |
| Binary | 11110000 | 111100 | 10010110 | 0 | 1001011 | 100101 | 110 | 101001010 | 1010110 | 111011 |
Color Harmonies of #F03C96
Complementary color
Monochromatic Colors of #F03C96
Black with #F03C96
Text Example
Text Example
White with #F03C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03C96; }
p { color: rgb(240,60,150); }
H1.HeaderClassName
{
color: #F03C96;
}
.AnyTagClassName
{
color: #F03C96;
}
</style>
background-color css
<style>
a { background-color: #F03C96; }
a { background-color: rgb(240,60,150); }
div.DivClassName
{
background-color: #F03C96;
}
.BgClassName
{
background-color: #F03C96;
}
</style>
border-color css
<style>
span { border-color: #F03C96; }
span { border-color: rgb(240,60,150); }
td.TdClassName
{
border-color: #F03C96;
}
.TagClassName
{
border-color: #F03C96;
}
</style>