Shades of Violet Red #F7427C
Tints of Violet Red #F7427C
RGB
CMYK
RGB Variations
Color information
#F7427C (or 0xF7427C) is known color: Violet Red. HEX triplet: F7, 42 and 7C. RGB value is (247,66,124). Sum of RGB (Red+Green+Blue) = 247+66+124=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427C is #08BD83. Grayscale: #7E7E7E. Windows color (decimal): -572804 or 8143607. OLE color: 8143607.
HSL color Cylindrical-coordinate representation of color #F7427C: hue angle of 340.77º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F7427C is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 124 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.03 |
| HSL | 340.77º | 0.92% | 0.61% | - |
| HSV(B) | 340.77º | 0.73% | 0.97% | - |
| XYZ | 43.94 | 25.13 | 21.6 | - |
| YUV | 126.73 | 126.47 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 124 | 0 | 0.73 | 0.50 | 0.03 | 340.77 | 0.92 | 0.61 |
| Hex | F7 | 42 | 7C | 0 | 49 | 32 | 3 | 155 | 5C | 3D |
| Octal | 367 | 102 | 174 | 0 | 111 | 62 | 3 | 525 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1111100 | 0 | 1001001 | 110010 | 11 | 101010101 | 1011100 | 111101 |
Color Harmonies of #F7427C
Complementary color
Monochromatic Colors of #F7427C
Black with #F7427C
Text Example
Text Example
White with #F7427C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7427C; }
p { color: rgb(247,66,124); }
H1.HeaderClassName
{
color: #F7427C;
}
.AnyTagClassName
{
color: #F7427C;
}
</style>
background-color css
<style>
a { background-color: #F7427C; }
a { background-color: rgb(247,66,124); }
div.DivClassName
{
background-color: #F7427C;
}
.BgClassName
{
background-color: #F7427C;
}
</style>
border-color css
<style>
span { border-color: #F7427C; }
span { border-color: rgb(247,66,124); }
td.TdClassName
{
border-color: #F7427C;
}
.TagClassName
{
border-color: #F7427C;
}
</style>