Shades of Radical Red #F63572
Tints of Radical Red #F63572
RGB
CMYK
RGB Variations
Color information
#F63572 (or 0xF63572) is known color: Radical Red. HEX triplet: F6, 35 and 72. RGB value is (246,53,114). Sum of RGB (Red+Green+Blue) = 246+53+114=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F63572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63572 is #09CA8D. Grayscale: #757575. Windows color (decimal): -641678 or 7484918. OLE color: 7484918.
HSL color Cylindrical-coordinate representation of color #F63572: hue angle of 341.04º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F63572 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 114 | - |
| CMYK | 0 | 0.78 | 0.54 | 0.04 |
| HSL | 341.04º | 0.91% | 0.59% | - |
| HSV(B) | 341.04º | 0.78% | 0.96% | - |
| XYZ | 42.32 | 23.35 | 18.2 | - |
| YUV | 117.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 114 | 0 | 0.78 | 0.54 | 0.04 | 341.04 | 0.91 | 0.59 |
| Hex | F6 | 35 | 72 | 0 | 4E | 36 | 4 | 155 | 5B | 3B |
| Octal | 366 | 65 | 162 | 0 | 116 | 66 | 4 | 525 | 133 | 73 |
| Binary | 11110110 | 110101 | 1110010 | 0 | 1001110 | 110110 | 100 | 101010101 | 1011011 | 111011 |
Color Harmonies of #F63572
Complementary color
Monochromatic Colors of #F63572
Black with #F63572
Text Example
Text Example
White with #F63572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63572; }
p { color: rgb(246,53,114); }
H1.HeaderClassName
{
color: #F63572;
}
.AnyTagClassName
{
color: #F63572;
}
</style>
background-color css
<style>
a { background-color: #F63572; }
a { background-color: rgb(246,53,114); }
div.DivClassName
{
background-color: #F63572;
}
.BgClassName
{
background-color: #F63572;
}
</style>
border-color css
<style>
span { border-color: #F63572; }
span { border-color: rgb(246,53,114); }
td.TdClassName
{
border-color: #F63572;
}
.TagClassName
{
border-color: #F63572;
}
</style>