Shades of Wild Strawberry #F0409A
Tints of Wild Strawberry #F0409A
RGB
CMYK
RGB Variations
Color information
#F0409A (or 0xF0409A) is known color: Wild Strawberry. HEX triplet: F0, 40 and 9A. RGB value is (240,64,154). Sum of RGB (Red+Green+Blue) = 240+64+154=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0409A is #0FBF65. Grayscale: #7E7E7E. Windows color (decimal): -1032038 or 10109168. OLE color: 10109168.
HSL color Cylindrical-coordinate representation of color #F0409A: hue angle of 329.32º 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 #F0409A is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 64 | 154 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.06 |
| HSL | 329.32º | 0.85% | 0.6% | - |
| HSV(B) | 329.32º | 0.73% | 0.94% | - |
| XYZ | 43.6 | 24.53 | 33.01 | - |
| YUV | 126.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 64 | 154 | 0 | 0.73 | 0.36 | 0.06 | 329.32 | 0.85 | 0.6 |
| Hex | F0 | 40 | 9A | 0 | 49 | 24 | 6 | 149 | 55 | 3C |
| Octal | 360 | 100 | 232 | 0 | 111 | 44 | 6 | 511 | 125 | 74 |
| Binary | 11110000 | 1000000 | 10011010 | 0 | 1001001 | 100100 | 110 | 101001001 | 1010101 | 111100 |
Color Harmonies of #F0409A
Complementary color
Monochromatic Colors of #F0409A
Black with #F0409A
Text Example
Text Example
White with #F0409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0409A; }
p { color: rgb(240,64,154); }
H1.HeaderClassName
{
color: #F0409A;
}
.AnyTagClassName
{
color: #F0409A;
}
</style>
background-color css
<style>
a { background-color: #F0409A; }
a { background-color: rgb(240,64,154); }
div.DivClassName
{
background-color: #F0409A;
}
.BgClassName
{
background-color: #F0409A;
}
</style>
border-color css
<style>
span { border-color: #F0409A; }
span { border-color: rgb(240,64,154); }
td.TdClassName
{
border-color: #F0409A;
}
.TagClassName
{
border-color: #F0409A;
}
</style>