Shades of Radical Red #F72565
Tints of Radical Red #F72565
RGB
CMYK
RGB Variations
Color information
#F72565 (or 0xF72565) is known color: Radical Red. HEX triplet: F7, 25 and 65. RGB value is (247,37,101). Sum of RGB (Red+Green+Blue) = 247+37+101=385 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.16% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 247 - color contains mainly: red. Hex color #F72565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72565 is #08DA9A. Grayscale: #6B6B6B. Windows color (decimal): -580251 or 6628855. OLE color: 6628855.
HSL color Cylindrical-coordinate representation of color #F72565: hue angle of 341.71º 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 #F72565 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 37 | 101 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.03 |
| HSL | 341.71º | 0.93% | 0.56% | - |
| HSV(B) | 341.71º | 0.85% | 0.97% | - |
| XYZ | 41.37 | 22.04 | 14.39 | - |
| YUV | 107.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 37 | 101 | 0 | 0.85 | 0.59 | 0.03 | 341.71 | 0.93 | 0.56 |
| Hex | F7 | 25 | 65 | 0 | 55 | 3B | 3 | 156 | 5D | 38 |
| Octal | 367 | 45 | 145 | 0 | 125 | 73 | 3 | 526 | 135 | 70 |
| Binary | 11110111 | 100101 | 1100101 | 0 | 1010101 | 111011 | 11 | 101010110 | 1011101 | 111000 |
Color Harmonies of #F72565
Complementary color
Monochromatic Colors of #F72565
Black with #F72565
Text Example
Text Example
White with #F72565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72565; }
p { color: rgb(247,37,101); }
H1.HeaderClassName
{
color: #F72565;
}
.AnyTagClassName
{
color: #F72565;
}
</style>
background-color css
<style>
a { background-color: #F72565; }
a { background-color: rgb(247,37,101); }
div.DivClassName
{
background-color: #F72565;
}
.BgClassName
{
background-color: #F72565;
}
</style>
border-color css
<style>
span { border-color: #F72565; }
span { border-color: rgb(247,37,101); }
td.TdClassName
{
border-color: #F72565;
}
.TagClassName
{
border-color: #F72565;
}
</style>