Shades of Radical Red #F63252
Tints of Radical Red #F63252
RGB
CMYK
RGB Variations
Color information
#F63252 (or 0xF63252) is known color: Radical Red. HEX triplet: F6, 32 and 52. RGB value is (246,50,82). Sum of RGB (Red+Green+Blue) = 246+50+82=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F63252 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63252 is #09CDAD. Grayscale: #707070. Windows color (decimal): -642478 or 5386998. OLE color: 5386998.
HSL color Cylindrical-coordinate representation of color #F63252: hue angle of 350.2º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63252 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 82 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.04 |
| HSL | 350.2º | 0.92% | 0.58% | - |
| HSV(B) | 350.2º | 0.8% | 0.96% | - |
| XYZ | 40.67 | 22.48 | 10.18 | - |
| YUV | 112.25 | 110.93 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 82 | 0 | 0.80 | 0.67 | 0.04 | 350.2 | 0.92 | 0.58 |
| Hex | F6 | 32 | 52 | 0 | 50 | 43 | 4 | 15E | 5C | 3A |
| Octal | 366 | 62 | 122 | 0 | 120 | 103 | 4 | 536 | 134 | 72 |
| Binary | 11110110 | 110010 | 1010010 | 0 | 1010000 | 1000011 | 100 | 101011110 | 1011100 | 111010 |
Color Harmonies of #F63252
Complementary color
Monochromatic Colors of #F63252
Black with #F63252
Text Example
Text Example
White with #F63252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63252; }
p { color: rgb(246,50,82); }
H1.HeaderClassName
{
color: #F63252;
}
.AnyTagClassName
{
color: #F63252;
}
</style>
background-color css
<style>
a { background-color: #F63252; }
a { background-color: rgb(246,50,82); }
div.DivClassName
{
background-color: #F63252;
}
.BgClassName
{
background-color: #F63252;
}
</style>
border-color css
<style>
span { border-color: #F63252; }
span { border-color: rgb(246,50,82); }
td.TdClassName
{
border-color: #F63252;
}
.TagClassName
{
border-color: #F63252;
}
</style>