Shades of Wild Strawberry #F840A0
Tints of Wild Strawberry #F840A0
RGB
CMYK
RGB Variations
Color information
#F840A0 (or 0xF840A0) is known color: Wild Strawberry. HEX triplet: F8, 40 and A0. RGB value is (248,64,160). Sum of RGB (Red+Green+Blue) = 248+64+160=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F840A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F840A0 is #07BF5F. Grayscale: #818181. Windows color (decimal): -507744 or 10502392. OLE color: 10502392.
HSL color Cylindrical-coordinate representation of color #F840A0: hue angle of 328.7º 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 #F840A0 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 160 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.03 |
| HSL | 328.7º | 0.93% | 0.61% | - |
| HSV(B) | 328.7º | 0.74% | 0.97% | - |
| XYZ | 46.89 | 26.16 | 35.84 | - |
| YUV | 129.96 | 144.96 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 160 | 0 | 0.74 | 0.35 | 0.03 | 328.7 | 0.93 | 0.61 |
| Hex | F8 | 40 | A0 | 0 | 4A | 23 | 3 | 149 | 5D | 3D |
| Octal | 370 | 100 | 240 | 0 | 112 | 43 | 3 | 511 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10100000 | 0 | 1001010 | 100011 | 11 | 101001001 | 1011101 | 111101 |
Color Harmonies of #F840A0
Complementary color
Monochromatic Colors of #F840A0
Black with #F840A0
Text Example
Text Example
White with #F840A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840A0; }
p { color: rgb(248,64,160); }
H1.HeaderClassName
{
color: #F840A0;
}
.AnyTagClassName
{
color: #F840A0;
}
</style>
background-color css
<style>
a { background-color: #F840A0; }
a { background-color: rgb(248,64,160); }
div.DivClassName
{
background-color: #F840A0;
}
.BgClassName
{
background-color: #F840A0;
}
</style>
border-color css
<style>
span { border-color: #F840A0; }
span { border-color: rgb(248,64,160); }
td.TdClassName
{
border-color: #F840A0;
}
.TagClassName
{
border-color: #F840A0;
}
</style>