Shades of Violet Red #F72F7B
Tints of Violet Red #F72F7B
RGB
CMYK
RGB Variations
Color information
#F72F7B (or 0xF72F7B) is known color: Violet Red. HEX triplet: F7, 2F and 7B. RGB value is (247,47,123). Sum of RGB (Red+Green+Blue) = 247+47+123=417 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.23% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 247 - color contains mainly: red. Hex color #F72F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72F7B is #08D084. Grayscale: #737373. Windows color (decimal): -577669 or 8073207. OLE color: 8073207.
HSL color Cylindrical-coordinate representation of color #F72F7B: hue angle of 337.2º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F72F7B is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 47 | 123 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.03 |
| HSL | 337.2º | 0.93% | 0.58% | - |
| HSV(B) | 337.2º | 0.81% | 0.97% | - |
| XYZ | 42.95 | 23.24 | 20.96 | - |
| YUV | 115.46 | 132.26 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 47 | 123 | 0 | 0.81 | 0.50 | 0.03 | 337.2 | 0.93 | 0.58 |
| Hex | F7 | 2F | 7B | 0 | 51 | 32 | 3 | 151 | 5D | 3A |
| Octal | 367 | 57 | 173 | 0 | 121 | 62 | 3 | 521 | 135 | 72 |
| Binary | 11110111 | 101111 | 1111011 | 0 | 1010001 | 110010 | 11 | 101010001 | 1011101 | 111010 |
Color Harmonies of #F72F7B
Complementary color
Monochromatic Colors of #F72F7B
Black with #F72F7B
Text Example
Text Example
White with #F72F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72F7B; }
p { color: rgb(247,47,123); }
H1.HeaderClassName
{
color: #F72F7B;
}
.AnyTagClassName
{
color: #F72F7B;
}
</style>
background-color css
<style>
a { background-color: #F72F7B; }
a { background-color: rgb(247,47,123); }
div.DivClassName
{
background-color: #F72F7B;
}
.BgClassName
{
background-color: #F72F7B;
}
</style>
border-color css
<style>
span { border-color: #F72F7B; }
span { border-color: rgb(247,47,123); }
td.TdClassName
{
border-color: #F72F7B;
}
.TagClassName
{
border-color: #F72F7B;
}
</style>