Shades of Wild Strawberry #F0419C
Tints of Wild Strawberry #F0419C
RGB
CMYK
RGB Variations
Color information
#F0419C (or 0xF0419C) is known color: Wild Strawberry. HEX triplet: F0, 41 and 9C. RGB value is (240,65,156). Sum of RGB (Red+Green+Blue) = 240+65+156=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 156 (61.33% from 255 or 33.84% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0419C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0419C is #0FBE63. Grayscale: #7F7F7F. Windows color (decimal): -1031780 or 10240496. OLE color: 10240496.
HSL color Cylindrical-coordinate representation of color #F0419C: hue angle of 328.8º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0419C is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 156 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.06 |
| HSL | 328.8º | 0.85% | 0.6% | - |
| HSV(B) | 328.8º | 0.73% | 0.94% | - |
| XYZ | 43.83 | 24.71 | 33.91 | - |
| YUV | 127.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 156 | 0 | 0.73 | 0.35 | 0.06 | 328.8 | 0.85 | 0.6 |
| Hex | F0 | 41 | 9C | 0 | 49 | 23 | 6 | 149 | 55 | 3C |
| Octal | 360 | 101 | 234 | 0 | 111 | 43 | 6 | 511 | 125 | 74 |
| Binary | 11110000 | 1000001 | 10011100 | 0 | 1001001 | 100011 | 110 | 101001001 | 1010101 | 111100 |
Color Harmonies of #F0419C
Complementary color
Monochromatic Colors of #F0419C
Black with #F0419C
Text Example
Text Example
White with #F0419C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0419C; }
p { color: rgb(240,65,156); }
H1.HeaderClassName
{
color: #F0419C;
}
.AnyTagClassName
{
color: #F0419C;
}
</style>
background-color css
<style>
a { background-color: #F0419C; }
a { background-color: rgb(240,65,156); }
div.DivClassName
{
background-color: #F0419C;
}
.BgClassName
{
background-color: #F0419C;
}
</style>
border-color css
<style>
span { border-color: #F0419C; }
span { border-color: rgb(240,65,156); }
td.TdClassName
{
border-color: #F0419C;
}
.TagClassName
{
border-color: #F0419C;
}
</style>