Shades of Radical Red #F62972
Tints of Radical Red #F62972
RGB
CMYK
RGB Variations
Color information
#F62972 (or 0xF62972) is known color: Radical Red. HEX triplet: F6, 29 and 72. RGB value is (246,41,114). Sum of RGB (Red+Green+Blue) = 246+41+114=401 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.35% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 246 - color contains mainly: red. Hex color #F62972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62972 is #09D68D. Grayscale: #6E6E6E. Windows color (decimal): -644750 or 7481846. OLE color: 7481846.
HSL color Cylindrical-coordinate representation of color #F62972: hue angle of 338.63º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62972 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 114 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.04 |
| HSL | 338.63º | 0.92% | 0.56% | - |
| HSV(B) | 338.63º | 0.83% | 0.96% | - |
| XYZ | 41.84 | 22.39 | 18.04 | - |
| YUV | 110.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 114 | 0 | 0.83 | 0.54 | 0.04 | 338.63 | 0.92 | 0.56 |
| Hex | F6 | 29 | 72 | 0 | 53 | 36 | 4 | 153 | 5C | 38 |
| Octal | 366 | 51 | 162 | 0 | 123 | 66 | 4 | 523 | 134 | 70 |
| Binary | 11110110 | 101001 | 1110010 | 0 | 1010011 | 110110 | 100 | 101010011 | 1011100 | 111000 |
Color Harmonies of #F62972
Complementary color
Monochromatic Colors of #F62972
Black with #F62972
Text Example
Text Example
White with #F62972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62972; }
p { color: rgb(246,41,114); }
H1.HeaderClassName
{
color: #F62972;
}
.AnyTagClassName
{
color: #F62972;
}
</style>
background-color css
<style>
a { background-color: #F62972; }
a { background-color: rgb(246,41,114); }
div.DivClassName
{
background-color: #F62972;
}
.BgClassName
{
background-color: #F62972;
}
</style>
border-color css
<style>
span { border-color: #F62972; }
span { border-color: rgb(246,41,114); }
td.TdClassName
{
border-color: #F62972;
}
.TagClassName
{
border-color: #F62972;
}
</style>