Shades of Violet Red #F7427B
Tints of Violet Red #F7427B
RGB
CMYK
RGB Variations
Color information
#F7427B (or 0xF7427B) is known color: Violet Red. HEX triplet: F7, 42 and 7B. RGB value is (247,66,123). Sum of RGB (Red+Green+Blue) = 247+66+123=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F7427B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7427B is #08BD84. Grayscale: #7E7E7E. Windows color (decimal): -572805 or 8078071. OLE color: 8078071.
HSL color Cylindrical-coordinate representation of color #F7427B: hue angle of 341.1º 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 #F7427B is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 66 | 123 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.03 |
| HSL | 341.11º | 0.92% | 0.61% | - |
| HSV(B) | 341.11º | 0.73% | 0.97% | - |
| XYZ | 43.88 | 25.1 | 21.27 | - |
| YUV | 126.62 | 125.97 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 66 | 123 | 0 | 0.73 | 0.50 | 0.03 | 341.11 | 0.92 | 0.61 |
| Hex | F7 | 42 | 7B | 0 | 49 | 32 | 3 | 155 | 5C | 3D |
| Octal | 367 | 102 | 173 | 0 | 111 | 62 | 3 | 525 | 134 | 75 |
| Binary | 11110111 | 1000010 | 1111011 | 0 | 1001001 | 110010 | 11 | 101010101 | 1011100 | 111101 |
Color Harmonies of #F7427B
Complementary color
Monochromatic Colors of #F7427B
Black with #F7427B
Text Example
Text Example
White with #F7427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7427B; }
p { color: rgb(247,66,123); }
H1.HeaderClassName
{
color: #F7427B;
}
.AnyTagClassName
{
color: #F7427B;
}
</style>
background-color css
<style>
a { background-color: #F7427B; }
a { background-color: rgb(247,66,123); }
div.DivClassName
{
background-color: #F7427B;
}
.BgClassName
{
background-color: #F7427B;
}
</style>
border-color css
<style>
span { border-color: #F7427B; }
span { border-color: rgb(247,66,123); }
td.TdClassName
{
border-color: #F7427B;
}
.TagClassName
{
border-color: #F7427B;
}
</style>