Shades of Radical Red #F65253
Tints of Radical Red #F65253
RGB
CMYK
RGB Variations
Color information
#F65253 (or 0xF65253) is known color: Radical Red. HEX triplet: F6, 52 and 53. RGB value is (246,82,83). Sum of RGB (Red+Green+Blue) = 246+82+83=411 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.85% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 246 - color contains mainly: red. Hex color #F65253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F65253 is #09ADAC. Grayscale: #838383. Windows color (decimal): -634285 or 5460726. OLE color: 5460726.
HSL color Cylindrical-coordinate representation of color #F65253: hue angle of 359.63º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65253 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 82 | 83 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.04 |
| HSL | 359.63º | 0.9% | 0.64% | - |
| HSV(B) | 359.63º | 0.67% | 0.96% | - |
| XYZ | 42.58 | 26.25 | 11.01 | - |
| YUV | 131.15 | 100.83 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 82 | 83 | 0 | 0.67 | 0.66 | 0.04 | 359.63 | 0.9 | 0.64 |
| Hex | F6 | 52 | 53 | 0 | 43 | 42 | 4 | 168 | 5A | 40 |
| Octal | 366 | 122 | 123 | 0 | 103 | 102 | 4 | 550 | 132 | 100 |
| Binary | 11110110 | 1010010 | 1010011 | 0 | 1000011 | 1000010 | 100 | 101101000 | 1011010 | 1000000 |
Color Harmonies of #F65253
Complementary color
Monochromatic Colors of #F65253
Black with #F65253
Text Example
Text Example
White with #F65253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65253; }
p { color: rgb(246,82,83); }
H1.HeaderClassName
{
color: #F65253;
}
.AnyTagClassName
{
color: #F65253;
}
</style>
background-color css
<style>
a { background-color: #F65253; }
a { background-color: rgb(246,82,83); }
div.DivClassName
{
background-color: #F65253;
}
.BgClassName
{
background-color: #F65253;
}
</style>
border-color css
<style>
span { border-color: #F65253; }
span { border-color: rgb(246,82,83); }
td.TdClassName
{
border-color: #F65253;
}
.TagClassName
{
border-color: #F65253;
}
</style>