Shades of Violet Red #F8447C
Tints of Violet Red #F8447C
RGB
CMYK
RGB Variations
Color information
#F8447C (or 0xF8447C) is known color: Violet Red. HEX triplet: F8, 44 and 7C. RGB value is (248,68,124). Sum of RGB (Red+Green+Blue) = 248+68+124=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8447C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8447C is #07BB83. Grayscale: #808080. Windows color (decimal): -506756 or 8144120. OLE color: 8144120.
HSL color Cylindrical-coordinate representation of color #F8447C: hue angle of 341.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 #F8447C is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 124 | - |
| CMYK | 0 | 0.73 | 0.5 | 0.03 |
| HSL | 341.33º | 0.93% | 0.62% | - |
| HSV(B) | 341.33º | 0.73% | 0.97% | - |
| XYZ | 44.42 | 25.55 | 21.66 | - |
| YUV | 128.2 | 125.63 | 213.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 124 | 0 | 0.73 | 0.5 | 0.03 | 341.33 | 0.93 | 0.62 |
| Hex | F8 | 44 | 7C | 0 | 49 | 32 | 3 | 155 | 5D | 3E |
| Octal | 370 | 104 | 174 | 0 | 111 | 62 | 3 | 525 | 135 | 76 |
| Binary | 11111000 | 1000100 | 1111100 | 0 | 1001001 | 110010 | 11 | 101010101 | 1011101 | 111110 |
Color Harmonies of #F8447C
Complementary color
Monochromatic Colors of #F8447C
Black with #F8447C
Text Example
Text Example
White with #F8447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8447C; }
p { color: rgb(248,68,124); }
H1.HeaderClassName
{
color: #F8447C;
}
.AnyTagClassName
{
color: #F8447C;
}
</style>
background-color css
<style>
a { background-color: #F8447C; }
a { background-color: rgb(248,68,124); }
div.DivClassName
{
background-color: #F8447C;
}
.BgClassName
{
background-color: #F8447C;
}
</style>
border-color css
<style>
span { border-color: #F8447C; }
span { border-color: rgb(248,68,124); }
td.TdClassName
{
border-color: #F8447C;
}
.TagClassName
{
border-color: #F8447C;
}
</style>