Shades of Wild Strawberry #F8409F
Tints of Wild Strawberry #F8409F
RGB
CMYK
RGB Variations
Color information
#F8409F (or 0xF8409F) is known color: Wild Strawberry. HEX triplet: F8, 40 and 9F. RGB value is (248,64,159). Sum of RGB (Red+Green+Blue) = 248+64+159=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 64 (25.39% from 255 or 13.59% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8409F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8409F is #07BF60. Grayscale: #818181. Windows color (decimal): -507745 or 10436856. OLE color: 10436856.
HSL color Cylindrical-coordinate representation of color #F8409F: hue angle of 329.02º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8409F is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 159 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.03 |
| HSL | 329.02º | 0.93% | 0.61% | - |
| HSV(B) | 329.02º | 0.74% | 0.97% | - |
| XYZ | 46.8 | 26.13 | 35.38 | - |
| YUV | 129.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 159 | 0 | 0.74 | 0.36 | 0.03 | 329.02 | 0.93 | 0.61 |
| Hex | F8 | 40 | 9F | 0 | 4A | 24 | 3 | 149 | 5D | 3D |
| Octal | 370 | 100 | 237 | 0 | 112 | 44 | 3 | 511 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10011111 | 0 | 1001010 | 100100 | 11 | 101001001 | 1011101 | 111101 |
Color Harmonies of #F8409F
Complementary color
Monochromatic Colors of #F8409F
Black with #F8409F
Text Example
Text Example
White with #F8409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8409F; }
p { color: rgb(248,64,159); }
H1.HeaderClassName
{
color: #F8409F;
}
.AnyTagClassName
{
color: #F8409F;
}
</style>
background-color css
<style>
a { background-color: #F8409F; }
a { background-color: rgb(248,64,159); }
div.DivClassName
{
background-color: #F8409F;
}
.BgClassName
{
background-color: #F8409F;
}
</style>
border-color css
<style>
span { border-color: #F8409F; }
span { border-color: rgb(248,64,159); }
td.TdClassName
{
border-color: #F8409F;
}
.TagClassName
{
border-color: #F8409F;
}
</style>