Shades of Radical Red #F63253
Tints of Radical Red #F63253
RGB
CMYK
RGB Variations
Color information
#F63253 (or 0xF63253) is known color: Radical Red. HEX triplet: F6, 32 and 53. RGB value is (246,50,83). Sum of RGB (Red+Green+Blue) = 246+50+83=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 83 (32.81% from 255 or 21.90% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F63253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63253 is #09CDAC. Grayscale: #707070. Windows color (decimal): -642477 or 5452534. OLE color: 5452534.
HSL color Cylindrical-coordinate representation of color #F63253: hue angle of 349.9º 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 #F63253 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 83 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.04 |
| HSL | 349.9º | 0.92% | 0.58% | - |
| HSV(B) | 349.9º | 0.8% | 0.96% | - |
| XYZ | 40.71 | 22.5 | 10.38 | - |
| YUV | 112.37 | 111.43 | 223.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 83 | 0 | 0.80 | 0.66 | 0.04 | 349.9 | 0.92 | 0.58 |
| Hex | F6 | 32 | 53 | 0 | 50 | 42 | 4 | 15E | 5C | 3A |
| Octal | 366 | 62 | 123 | 0 | 120 | 102 | 4 | 536 | 134 | 72 |
| Binary | 11110110 | 110010 | 1010011 | 0 | 1010000 | 1000010 | 100 | 101011110 | 1011100 | 111010 |
Color Harmonies of #F63253
Complementary color
Monochromatic Colors of #F63253
Black with #F63253
Text Example
Text Example
White with #F63253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63253; }
p { color: rgb(246,50,83); }
H1.HeaderClassName
{
color: #F63253;
}
.AnyTagClassName
{
color: #F63253;
}
</style>
background-color css
<style>
a { background-color: #F63253; }
a { background-color: rgb(246,50,83); }
div.DivClassName
{
background-color: #F63253;
}
.BgClassName
{
background-color: #F63253;
}
</style>
border-color css
<style>
span { border-color: #F63253; }
span { border-color: rgb(246,50,83); }
td.TdClassName
{
border-color: #F63253;
}
.TagClassName
{
border-color: #F63253;
}
</style>