Shades of Wild Strawberry #F8419B
Tints of Wild Strawberry #F8419B
RGB
CMYK
RGB Variations
Color information
#F8419B (or 0xF8419B) is known color: Wild Strawberry. HEX triplet: F8, 41 and 9B. RGB value is (248,65,155). Sum of RGB (Red+Green+Blue) = 248+65+155=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 155 (60.94% from 255 or 33.12% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8419B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8419B is #07BE64. Grayscale: #818181. Windows color (decimal): -507493 or 10174968. OLE color: 10174968.
HSL color Cylindrical-coordinate representation of color #F8419B: hue angle of 330.49º 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 #F8419B is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 155 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.03 |
| HSL | 330.49º | 0.93% | 0.61% | - |
| HSV(B) | 330.49º | 0.74% | 0.97% | - |
| XYZ | 46.52 | 26.1 | 33.6 | - |
| YUV | 129.98 | 142.13 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 155 | 0 | 0.74 | 0.38 | 0.03 | 330.49 | 0.93 | 0.61 |
| Hex | F8 | 41 | 9B | 0 | 4A | 26 | 3 | 14A | 5D | 3D |
| Octal | 370 | 101 | 233 | 0 | 112 | 46 | 3 | 512 | 135 | 75 |
| Binary | 11111000 | 1000001 | 10011011 | 0 | 1001010 | 100110 | 11 | 101001010 | 1011101 | 111101 |
Color Harmonies of #F8419B
Complementary color
Monochromatic Colors of #F8419B
Black with #F8419B
Text Example
Text Example
White with #F8419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8419B; }
p { color: rgb(248,65,155); }
H1.HeaderClassName
{
color: #F8419B;
}
.AnyTagClassName
{
color: #F8419B;
}
</style>
background-color css
<style>
a { background-color: #F8419B; }
a { background-color: rgb(248,65,155); }
div.DivClassName
{
background-color: #F8419B;
}
.BgClassName
{
background-color: #F8419B;
}
</style>
border-color css
<style>
span { border-color: #F8419B; }
span { border-color: rgb(248,65,155); }
td.TdClassName
{
border-color: #F8419B;
}
.TagClassName
{
border-color: #F8419B;
}
</style>