Shades of Radical Red #F24253
Tints of Radical Red #F24253
RGB
CMYK
RGB Variations
Color information
#F24253 (or 0xF24253) is known color: Radical Red. HEX triplet: F2, 42 and 53. RGB value is (242,66,83). Sum of RGB (Red+Green+Blue) = 242+66+83=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F24253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24253 is #0DBDAC. Grayscale: #787878. Windows color (decimal): -900525 or 5456626. OLE color: 5456626.
HSL color Cylindrical-coordinate representation of color #F24253: hue angle of 354.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F24253 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 66 | 83 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.05 |
| HSL | 354.2º | 0.87% | 0.6% | - |
| HSV(B) | 354.2º | 0.73% | 0.95% | - |
| XYZ | 40.13 | 23.4 | 10.58 | - |
| YUV | 120.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 83 | 0 | 0.73 | 0.66 | 0.05 | 354.2 | 0.87 | 0.6 |
| Hex | F2 | 42 | 53 | 0 | 49 | 42 | 5 | 162 | 57 | 3C |
| Octal | 362 | 102 | 123 | 0 | 111 | 102 | 5 | 542 | 127 | 74 |
| Binary | 11110010 | 1000010 | 1010011 | 0 | 1001001 | 1000010 | 101 | 101100010 | 1010111 | 111100 |
Color Harmonies of #F24253
Complementary color
Monochromatic Colors of #F24253
Black with #F24253
Text Example
Text Example
White with #F24253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24253; }
p { color: rgb(242,66,83); }
H1.HeaderClassName
{
color: #F24253;
}
.AnyTagClassName
{
color: #F24253;
}
</style>
background-color css
<style>
a { background-color: #F24253; }
a { background-color: rgb(242,66,83); }
div.DivClassName
{
background-color: #F24253;
}
.BgClassName
{
background-color: #F24253;
}
</style>
border-color css
<style>
span { border-color: #F24253; }
span { border-color: rgb(242,66,83); }
td.TdClassName
{
border-color: #F24253;
}
.TagClassName
{
border-color: #F24253;
}
</style>