Shades of Wild Strawberry #F840A1
Tints of Wild Strawberry #F840A1
RGB
CMYK
RGB Variations
Color information
#F840A1 (or 0xF840A1) is known color: Wild Strawberry. HEX triplet: F8, 40 and A1. RGB value is (248,64,161). Sum of RGB (Red+Green+Blue) = 248+64+161=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F840A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F840A1 is #07BF5E. Grayscale: #818181. Windows color (decimal): -507743 or 10567928. OLE color: 10567928.
HSL color Cylindrical-coordinate representation of color #F840A1: hue angle of 328.37º 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 #F840A1 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 161 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.03 |
| HSL | 328.37º | 0.93% | 0.61% | - |
| HSV(B) | 328.37º | 0.74% | 0.97% | - |
| XYZ | 46.98 | 26.2 | 36.3 | - |
| YUV | 130.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 161 | 0 | 0.74 | 0.35 | 0.03 | 328.37 | 0.93 | 0.61 |
| Hex | F8 | 40 | A1 | 0 | 4A | 23 | 3 | 148 | 5D | 3D |
| Octal | 370 | 100 | 241 | 0 | 112 | 43 | 3 | 510 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10100001 | 0 | 1001010 | 100011 | 11 | 101001000 | 1011101 | 111101 |
Color Harmonies of #F840A1
Complementary color
Monochromatic Colors of #F840A1
Black with #F840A1
Text Example
Text Example
White with #F840A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F840A1; }
p { color: rgb(248,64,161); }
H1.HeaderClassName
{
color: #F840A1;
}
.AnyTagClassName
{
color: #F840A1;
}
</style>
background-color css
<style>
a { background-color: #F840A1; }
a { background-color: rgb(248,64,161); }
div.DivClassName
{
background-color: #F840A1;
}
.BgClassName
{
background-color: #F840A1;
}
</style>
border-color css
<style>
span { border-color: #F840A1; }
span { border-color: rgb(248,64,161); }
td.TdClassName
{
border-color: #F840A1;
}
.TagClassName
{
border-color: #F840A1;
}
</style>