Shades of Radical Red #F72C6F
Tints of Radical Red #F72C6F
RGB
CMYK
RGB Variations
Color information
#F72C6F (or 0xF72C6F) is known color: Radical Red. HEX triplet: F7, 2C and 6F. RGB value is (247,44,111). Sum of RGB (Red+Green+Blue) = 247+44+111=402 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.44% from 402); Green value is 44 (17.58% from 255 or 10.95% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 247 - color contains mainly: red. Hex color #F72C6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72C6F is #08D390. Grayscale: #707070. Windows color (decimal): -578449 or 7286007. OLE color: 7286007.
HSL color Cylindrical-coordinate representation of color #F72C6F: hue angle of 340.2º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72C6F is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 44 | 111 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.03 |
| HSL | 340.2º | 0.93% | 0.57% | - |
| HSV(B) | 340.2º | 0.82% | 0.97% | - |
| XYZ | 42.13 | 22.72 | 17.2 | - |
| YUV | 112.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 111 | 0 | 0.82 | 0.55 | 0.03 | 340.2 | 0.93 | 0.57 |
| Hex | F7 | 2C | 6F | 0 | 52 | 37 | 3 | 154 | 5D | 39 |
| Octal | 367 | 54 | 157 | 0 | 122 | 67 | 3 | 524 | 135 | 71 |
| Binary | 11110111 | 101100 | 1101111 | 0 | 1010010 | 110111 | 11 | 101010100 | 1011101 | 111001 |
Color Harmonies of #F72C6F
Complementary color
Monochromatic Colors of #F72C6F
Black with #F72C6F
Text Example
Text Example
White with #F72C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72C6F; }
p { color: rgb(247,44,111); }
H1.HeaderClassName
{
color: #F72C6F;
}
.AnyTagClassName
{
color: #F72C6F;
}
</style>
background-color css
<style>
a { background-color: #F72C6F; }
a { background-color: rgb(247,44,111); }
div.DivClassName
{
background-color: #F72C6F;
}
.BgClassName
{
background-color: #F72C6F;
}
</style>
border-color css
<style>
span { border-color: #F72C6F; }
span { border-color: rgb(247,44,111); }
td.TdClassName
{
border-color: #F72C6F;
}
.TagClassName
{
border-color: #F72C6F;
}
</style>