Shades of Radical Red #F72566
Tints of Radical Red #F72566
RGB
CMYK
RGB Variations
Color information
#F72566 (or 0xF72566) is known color: Radical Red. HEX triplet: F7, 25 and 66. RGB value is (247,37,102). Sum of RGB (Red+Green+Blue) = 247+37+102=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F72566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72566 is #08DA99. Grayscale: #6B6B6B. Windows color (decimal): -580250 or 6694391. OLE color: 6694391.
HSL color Cylindrical-coordinate representation of color #F72566: hue angle of 341.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F72566 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 102 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.03 |
| HSL | 341.43º | 0.93% | 0.56% | - |
| HSV(B) | 341.43º | 0.85% | 0.97% | - |
| XYZ | 41.42 | 22.06 | 14.64 | - |
| YUV | 107.2 | 125.07 | 227.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 102 | 0 | 0.85 | 0.59 | 0.03 | 341.43 | 0.93 | 0.56 |
| Hex | F7 | 25 | 66 | 0 | 55 | 3B | 3 | 155 | 5D | 38 |
| Octal | 367 | 45 | 146 | 0 | 125 | 73 | 3 | 525 | 135 | 70 |
| Binary | 11110111 | 100101 | 1100110 | 0 | 1010101 | 111011 | 11 | 101010101 | 1011101 | 111000 |
Color Harmonies of #F72566
Complementary color
Monochromatic Colors of #F72566
Black with #F72566
Text Example
Text Example
White with #F72566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72566; }
p { color: rgb(247,37,102); }
H1.HeaderClassName
{
color: #F72566;
}
.AnyTagClassName
{
color: #F72566;
}
</style>
background-color css
<style>
a { background-color: #F72566; }
a { background-color: rgb(247,37,102); }
div.DivClassName
{
background-color: #F72566;
}
.BgClassName
{
background-color: #F72566;
}
</style>
border-color css
<style>
span { border-color: #F72566; }
span { border-color: rgb(247,37,102); }
td.TdClassName
{
border-color: #F72566;
}
.TagClassName
{
border-color: #F72566;
}
</style>