Shades of Radical Red #F72955
Tints of Radical Red #F72955
RGB
CMYK
RGB Variations
Color information
#F72955 (or 0xF72955) is known color: Radical Red. HEX triplet: F7, 29 and 55. RGB value is (247,41,85). Sum of RGB (Red+Green+Blue) = 247+41+85=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F72955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F72955 is #08D6AA. Grayscale: #6B6B6B. Windows color (decimal): -579243 or 5581303. OLE color: 5581303.
HSL color Cylindrical-coordinate representation of color #F72955: hue angle of 347.18º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F72955 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 85 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.03 |
| HSL | 347.18º | 0.93% | 0.56% | - |
| HSV(B) | 347.18º | 0.83% | 0.97% | - |
| XYZ | 40.79 | 22.02 | 10.69 | - |
| YUV | 107.61 | 115.25 | 227.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 85 | 0 | 0.83 | 0.66 | 0.03 | 347.18 | 0.93 | 0.56 |
| Hex | F7 | 29 | 55 | 0 | 53 | 42 | 3 | 15B | 5D | 38 |
| Octal | 367 | 51 | 125 | 0 | 123 | 102 | 3 | 533 | 135 | 70 |
| Binary | 11110111 | 101001 | 1010101 | 0 | 1010011 | 1000010 | 11 | 101011011 | 1011101 | 111000 |
Color Harmonies of #F72955
Complementary color
Monochromatic Colors of #F72955
Black with #F72955
Text Example
Text Example
White with #F72955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72955; }
p { color: rgb(247,41,85); }
H1.HeaderClassName
{
color: #F72955;
}
.AnyTagClassName
{
color: #F72955;
}
</style>
background-color css
<style>
a { background-color: #F72955; }
a { background-color: rgb(247,41,85); }
div.DivClassName
{
background-color: #F72955;
}
.BgClassName
{
background-color: #F72955;
}
</style>
border-color css
<style>
span { border-color: #F72955; }
span { border-color: rgb(247,41,85); }
td.TdClassName
{
border-color: #F72955;
}
.TagClassName
{
border-color: #F72955;
}
</style>