Shades of Wild Strawberry #F03F9D
Tints of Wild Strawberry #F03F9D
RGB
CMYK
RGB Variations
Color information
#F03F9D (or 0xF03F9D) is known color: Wild Strawberry. HEX triplet: F0, 3F and 9D. RGB value is (240,63,157). Sum of RGB (Red+Green+Blue) = 240+63+157=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F9D is #0FC062. Grayscale: #7E7E7E. Windows color (decimal): -1032291 or 10305520. OLE color: 10305520.
HSL color Cylindrical-coordinate representation of color #F03F9D: hue angle of 328.14º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F9D is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 157 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.06 |
| HSL | 328.14º | 0.86% | 0.59% | - |
| HSV(B) | 328.14º | 0.74% | 0.94% | - |
| XYZ | 43.8 | 24.51 | 34.32 | - |
| YUV | 126.64 | 145.14 | 208.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 157 | 0 | 0.74 | 0.35 | 0.06 | 328.14 | 0.86 | 0.59 |
| Hex | F0 | 3F | 9D | 0 | 4A | 23 | 6 | 148 | 56 | 3B |
| Octal | 360 | 77 | 235 | 0 | 112 | 43 | 6 | 510 | 126 | 73 |
| Binary | 11110000 | 111111 | 10011101 | 0 | 1001010 | 100011 | 110 | 101001000 | 1010110 | 111011 |
Color Harmonies of #F03F9D
Complementary color
Monochromatic Colors of #F03F9D
Black with #F03F9D
Text Example
Text Example
White with #F03F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F9D; }
p { color: rgb(240,63,157); }
H1.HeaderClassName
{
color: #F03F9D;
}
.AnyTagClassName
{
color: #F03F9D;
}
</style>
background-color css
<style>
a { background-color: #F03F9D; }
a { background-color: rgb(240,63,157); }
div.DivClassName
{
background-color: #F03F9D;
}
.BgClassName
{
background-color: #F03F9D;
}
</style>
border-color css
<style>
span { border-color: #F03F9D; }
span { border-color: rgb(240,63,157); }
td.TdClassName
{
border-color: #F03F9D;
}
.TagClassName
{
border-color: #F03F9D;
}
</style>