Shades of Violet Red #F84288
Tints of Violet Red #F84288
RGB
CMYK
RGB Variations
Color information
#F84288 (or 0xF84288) is known color: Violet Red. HEX triplet: F8, 42 and 88. RGB value is (248,66,136). Sum of RGB (Red+Green+Blue) = 248+66+136=450 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.11% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 248 - color contains mainly: red. Hex color #F84288 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84288 is #07BD77. Grayscale: #808080. Windows color (decimal): -507256 or 8930040. OLE color: 8930040.
HSL color Cylindrical-coordinate representation of color #F84288: hue angle of 336.92º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84288 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 66 | 136 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.03 |
| HSL | 336.92º | 0.93% | 0.62% | - |
| HSV(B) | 336.92º | 0.73% | 0.97% | - |
| XYZ | 45.1 | 25.63 | 25.86 | - |
| YUV | 128.4 | 132.3 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 66 | 136 | 0 | 0.73 | 0.45 | 0.03 | 336.92 | 0.93 | 0.62 |
| Hex | F8 | 42 | 88 | 0 | 49 | 2D | 3 | 151 | 5D | 3E |
| Octal | 370 | 102 | 210 | 0 | 111 | 55 | 3 | 521 | 135 | 76 |
| Binary | 11111000 | 1000010 | 10001000 | 0 | 1001001 | 101101 | 11 | 101010001 | 1011101 | 111110 |
Color Harmonies of #F84288
Complementary color
Monochromatic Colors of #F84288
Black with #F84288
Text Example
Text Example
White with #F84288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84288; }
p { color: rgb(248,66,136); }
H1.HeaderClassName
{
color: #F84288;
}
.AnyTagClassName
{
color: #F84288;
}
</style>
background-color css
<style>
a { background-color: #F84288; }
a { background-color: rgb(248,66,136); }
div.DivClassName
{
background-color: #F84288;
}
.BgClassName
{
background-color: #F84288;
}
</style>
border-color css
<style>
span { border-color: #F84288; }
span { border-color: rgb(248,66,136); }
td.TdClassName
{
border-color: #F84288;
}
.TagClassName
{
border-color: #F84288;
}
</style>