Shades of Wild Strawberry #F03D9A
Tints of Wild Strawberry #F03D9A
RGB
CMYK
RGB Variations
Color information
#F03D9A (or 0xF03D9A) is known color: Wild Strawberry. HEX triplet: F0, 3D and 9A. RGB value is (240,61,154). Sum of RGB (Red+Green+Blue) = 240+61+154=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03D9A is #0FC265. Grayscale: #7C7C7C. Windows color (decimal): -1032806 or 10108400. OLE color: 10108400.
HSL color Cylindrical-coordinate representation of color #F03D9A: hue angle of 328.83º 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 #F03D9A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 61 | 154 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.06 |
| HSL | 328.83º | 0.86% | 0.59% | - |
| HSV(B) | 328.83º | 0.75% | 0.94% | - |
| XYZ | 43.44 | 24.2 | 32.95 | - |
| YUV | 125.12 | 144.3 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 154 | 0 | 0.75 | 0.36 | 0.06 | 328.83 | 0.86 | 0.59 |
| Hex | F0 | 3D | 9A | 0 | 4B | 24 | 6 | 149 | 56 | 3B |
| Octal | 360 | 75 | 232 | 0 | 113 | 44 | 6 | 511 | 126 | 73 |
| Binary | 11110000 | 111101 | 10011010 | 0 | 1001011 | 100100 | 110 | 101001001 | 1010110 | 111011 |
Color Harmonies of #F03D9A
Complementary color
Monochromatic Colors of #F03D9A
Black with #F03D9A
Text Example
Text Example
White with #F03D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03D9A; }
p { color: rgb(240,61,154); }
H1.HeaderClassName
{
color: #F03D9A;
}
.AnyTagClassName
{
color: #F03D9A;
}
</style>
background-color css
<style>
a { background-color: #F03D9A; }
a { background-color: rgb(240,61,154); }
div.DivClassName
{
background-color: #F03D9A;
}
.BgClassName
{
background-color: #F03D9A;
}
</style>
border-color css
<style>
span { border-color: #F03D9A; }
span { border-color: rgb(240,61,154); }
td.TdClassName
{
border-color: #F03D9A;
}
.TagClassName
{
border-color: #F03D9A;
}
</style>