Shades of Wild Strawberry #F8419E
Tints of Wild Strawberry #F8419E
RGB
CMYK
RGB Variations
Color information
#F8419E (or 0xF8419E) is known color: Wild Strawberry. HEX triplet: F8, 41 and 9E. RGB value is (248,65,158). Sum of RGB (Red+Green+Blue) = 248+65+158=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8419E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8419E is #07BE61. Grayscale: #828282. Windows color (decimal): -507490 or 10371576. OLE color: 10371576.
HSL color Cylindrical-coordinate representation of color #F8419E: hue angle of 329.51º 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 #F8419E is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 158 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.03 |
| HSL | 329.51º | 0.93% | 0.61% | - |
| HSV(B) | 329.51º | 0.74% | 0.97% | - |
| XYZ | 46.77 | 26.21 | 34.94 | - |
| YUV | 130.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 158 | 0 | 0.74 | 0.36 | 0.03 | 329.51 | 0.93 | 0.61 |
| Hex | F8 | 41 | 9E | 0 | 4A | 24 | 3 | 14A | 5D | 3D |
| Octal | 370 | 101 | 236 | 0 | 112 | 44 | 3 | 512 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10011110 | 0 | 1001010 | 100100 | 11 | 101001010 | 1011101 | 111101 |
Color Harmonies of #F8419E
Complementary color
Monochromatic Colors of #F8419E
Black with #F8419E
Text Example
Text Example
White with #F8419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8419E; }
p { color: rgb(248,65,158); }
H1.HeaderClassName
{
color: #F8419E;
}
.AnyTagClassName
{
color: #F8419E;
}
</style>
background-color css
<style>
a { background-color: #F8419E; }
a { background-color: rgb(248,65,158); }
div.DivClassName
{
background-color: #F8419E;
}
.BgClassName
{
background-color: #F8419E;
}
</style>
border-color css
<style>
span { border-color: #F8419E; }
span { border-color: rgb(248,65,158); }
td.TdClassName
{
border-color: #F8419E;
}
.TagClassName
{
border-color: #F8419E;
}
</style>