Shades of Wild Strawberry #F8409A
Tints of Wild Strawberry #F8409A
RGB
CMYK
RGB Variations
Color information
#F8409A (or 0xF8409A) is known color: Wild Strawberry. HEX triplet: F8, 40 and 9A. RGB value is (248,64,154). Sum of RGB (Red+Green+Blue) = 248+64+154=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8409A is #07BF65. Grayscale: #818181. Windows color (decimal): -507750 or 10109176. OLE color: 10109176.
HSL color Cylindrical-coordinate representation of color #F8409A: hue angle of 330.65º 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 #F8409A is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 64 | 154 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.03 |
| HSL | 330.65º | 0.93% | 0.61% | - |
| HSV(B) | 330.65º | 0.74% | 0.97% | - |
| XYZ | 46.38 | 25.96 | 33.14 | - |
| YUV | 129.28 | 141.96 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 64 | 154 | 0 | 0.74 | 0.38 | 0.03 | 330.65 | 0.93 | 0.61 |
| Hex | F8 | 40 | 9A | 0 | 4A | 26 | 3 | 14B | 5D | 3D |
| Octal | 370 | 100 | 232 | 0 | 112 | 46 | 3 | 513 | 135 | 75 |
| Binary | 11111000 | 1000000 | 10011010 | 0 | 1001010 | 100110 | 11 | 101001011 | 1011101 | 111101 |
Color Harmonies of #F8409A
Complementary color
Monochromatic Colors of #F8409A
Black with #F8409A
Text Example
Text Example
White with #F8409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8409A; }
p { color: rgb(248,64,154); }
H1.HeaderClassName
{
color: #F8409A;
}
.AnyTagClassName
{
color: #F8409A;
}
</style>
background-color css
<style>
a { background-color: #F8409A; }
a { background-color: rgb(248,64,154); }
div.DivClassName
{
background-color: #F8409A;
}
.BgClassName
{
background-color: #F8409A;
}
</style>
border-color css
<style>
span { border-color: #F8409A; }
span { border-color: rgb(248,64,154); }
td.TdClassName
{
border-color: #F8409A;
}
.TagClassName
{
border-color: #F8409A;
}
</style>