Shades of Violet Red #F8448E
Tints of Violet Red #F8448E
RGB
CMYK
RGB Variations
Color information
#F8448E (or 0xF8448E) is known color: Violet Red. HEX triplet: F8, 44 and 8E. RGB value is (248,68,142). Sum of RGB (Red+Green+Blue) = 248+68+142=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 68 (26.95% from 255 or 14.85% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F8448E is #07BB71. Grayscale: #828282. Windows color (decimal): -506738 or 9323768. OLE color: 9323768.
HSL color Cylindrical-coordinate representation of color #F8448E: hue angle of 335.33º 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 #F8448E is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 142 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.03 |
| HSL | 335.33º | 0.93% | 0.62% | - |
| HSV(B) | 335.33º | 0.73% | 0.97% | - |
| XYZ | 45.66 | 26.04 | 28.21 | - |
| YUV | 130.26 | 134.63 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 142 | 0 | 0.73 | 0.43 | 0.03 | 335.33 | 0.93 | 0.62 |
| Hex | F8 | 44 | 8E | 0 | 49 | 2B | 3 | 14F | 5D | 3E |
| Octal | 370 | 104 | 216 | 0 | 111 | 53 | 3 | 517 | 135 | 76 |
| Binary | 11111000 | 1000100 | 10001110 | 0 | 1001001 | 101011 | 11 | 101001111 | 1011101 | 111110 |
Color Harmonies of #F8448E
Complementary color
Monochromatic Colors of #F8448E
Black with #F8448E
Text Example
Text Example
White with #F8448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8448E; }
p { color: rgb(248,68,142); }
H1.HeaderClassName
{
color: #F8448E;
}
.AnyTagClassName
{
color: #F8448E;
}
</style>
background-color css
<style>
a { background-color: #F8448E; }
a { background-color: rgb(248,68,142); }
div.DivClassName
{
background-color: #F8448E;
}
.BgClassName
{
background-color: #F8448E;
}
</style>
border-color css
<style>
span { border-color: #F8448E; }
span { border-color: rgb(248,68,142); }
td.TdClassName
{
border-color: #F8448E;
}
.TagClassName
{
border-color: #F8448E;
}
</style>