Shades of Radical Red #F72466
Tints of Radical Red #F72466
RGB
CMYK
RGB Variations
Color information
#F72466 (or 0xF72466) is known color: Radical Red. HEX triplet: F7, 24 and 66. RGB value is (247,36,102). Sum of RGB (Red+Green+Blue) = 247+36+102=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F72466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72466 is #08DB99. Grayscale: #6A6A6A. Windows color (decimal): -580506 or 6694135. OLE color: 6694135.
HSL color Cylindrical-coordinate representation of color #F72466: hue angle of 341.23º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72466 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 36 | 102 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.03 |
| HSL | 341.23º | 0.93% | 0.55% | - |
| HSV(B) | 341.23º | 0.85% | 0.97% | - |
| XYZ | 41.39 | 22 | 14.63 | - |
| YUV | 106.61 | 125.4 | 228.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 102 | 0 | 0.85 | 0.59 | 0.03 | 341.23 | 0.93 | 0.55 |
| Hex | F7 | 24 | 66 | 0 | 55 | 3B | 3 | 155 | 5D | 37 |
| Octal | 367 | 44 | 146 | 0 | 125 | 73 | 3 | 525 | 135 | 67 |
| Binary | 11110111 | 100100 | 1100110 | 0 | 1010101 | 111011 | 11 | 101010101 | 1011101 | 110111 |
Color Harmonies of #F72466
Complementary color
Monochromatic Colors of #F72466
Black with #F72466
Text Example
Text Example
White with #F72466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72466; }
p { color: rgb(247,36,102); }
H1.HeaderClassName
{
color: #F72466;
}
.AnyTagClassName
{
color: #F72466;
}
</style>
background-color css
<style>
a { background-color: #F72466; }
a { background-color: rgb(247,36,102); }
div.DivClassName
{
background-color: #F72466;
}
.BgClassName
{
background-color: #F72466;
}
</style>
border-color css
<style>
span { border-color: #F72466; }
span { border-color: rgb(247,36,102); }
td.TdClassName
{
border-color: #F72466;
}
.TagClassName
{
border-color: #F72466;
}
</style>