Shades of Wild Strawberry #F2409F
Tints of Wild Strawberry #F2409F
RGB
CMYK
RGB Variations
Color information
#F2409F (or 0xF2409F) is known color: Wild Strawberry. HEX triplet: F2, 40 and 9F. RGB value is (242,64,159). Sum of RGB (Red+Green+Blue) = 242+64+159=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F2409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2409F is #0DBF60. Grayscale: #7F7F7F. Windows color (decimal): -900961 or 10436850. OLE color: 10436850.
HSL color Cylindrical-coordinate representation of color #F2409F: hue angle of 327.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2409F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 159 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.05 |
| HSL | 327.98º | 0.87% | 0.6% | - |
| HSV(B) | 327.98º | 0.74% | 0.95% | - |
| XYZ | 44.71 | 25.05 | 35.28 | - |
| YUV | 128.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 159 | 0 | 0.74 | 0.34 | 0.05 | 327.98 | 0.87 | 0.6 |
| Hex | F2 | 40 | 9F | 0 | 4A | 22 | 5 | 148 | 57 | 3C |
| Octal | 362 | 100 | 237 | 0 | 112 | 42 | 5 | 510 | 127 | 74 |
| Binary | 11110010 | 1000000 | 10011111 | 0 | 1001010 | 100010 | 101 | 101001000 | 1010111 | 111100 |
Color Harmonies of #F2409F
Complementary color
Monochromatic Colors of #F2409F
Black with #F2409F
Text Example
Text Example
White with #F2409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2409F; }
p { color: rgb(242,64,159); }
H1.HeaderClassName
{
color: #F2409F;
}
.AnyTagClassName
{
color: #F2409F;
}
</style>
background-color css
<style>
a { background-color: #F2409F; }
a { background-color: rgb(242,64,159); }
div.DivClassName
{
background-color: #F2409F;
}
.BgClassName
{
background-color: #F2409F;
}
</style>
border-color css
<style>
span { border-color: #F2409F; }
span { border-color: rgb(242,64,159); }
td.TdClassName
{
border-color: #F2409F;
}
.TagClassName
{
border-color: #F2409F;
}
</style>