Shades of Wild Strawberry #F6409F
Tints of Wild Strawberry #F6409F
RGB
CMYK
RGB Variations
Color information
#F6409F (or 0xF6409F) is known color: Wild Strawberry. HEX triplet: F6, 40 and 9F. RGB value is (246,64,159). Sum of RGB (Red+Green+Blue) = 246+64+159=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6409F is #09BF60. Grayscale: #818181. Windows color (decimal): -638817 or 10436854. OLE color: 10436854.
HSL color Cylindrical-coordinate representation of color #F6409F: hue angle of 328.68º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F6409F is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 159 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.04 |
| HSL | 328.68º | 0.91% | 0.61% | - |
| HSV(B) | 328.68º | 0.74% | 0.96% | - |
| XYZ | 46.1 | 25.76 | 35.34 | - |
| YUV | 129.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 159 | 0 | 0.74 | 0.35 | 0.04 | 328.68 | 0.91 | 0.61 |
| Hex | F6 | 40 | 9F | 0 | 4A | 23 | 4 | 149 | 5B | 3D |
| Octal | 366 | 100 | 237 | 0 | 112 | 43 | 4 | 511 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10011111 | 0 | 1001010 | 100011 | 100 | 101001001 | 1011011 | 111101 |
Color Harmonies of #F6409F
Complementary color
Monochromatic Colors of #F6409F
Black with #F6409F
Text Example
Text Example
White with #F6409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6409F; }
p { color: rgb(246,64,159); }
H1.HeaderClassName
{
color: #F6409F;
}
.AnyTagClassName
{
color: #F6409F;
}
</style>
background-color css
<style>
a { background-color: #F6409F; }
a { background-color: rgb(246,64,159); }
div.DivClassName
{
background-color: #F6409F;
}
.BgClassName
{
background-color: #F6409F;
}
</style>
border-color css
<style>
span { border-color: #F6409F; }
span { border-color: rgb(246,64,159); }
td.TdClassName
{
border-color: #F6409F;
}
.TagClassName
{
border-color: #F6409F;
}
</style>