Shades of Radical Red #F24353
Tints of Radical Red #F24353
RGB
CMYK
RGB Variations
Color information
#F24353 (or 0xF24353) is known color: Radical Red. HEX triplet: F2, 43 and 53. RGB value is (242,67,83). Sum of RGB (Red+Green+Blue) = 242+67+83=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F24353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24353 is #0DBCAC. Grayscale: #797979. Windows color (decimal): -900269 or 5456882. OLE color: 5456882.
HSL color Cylindrical-coordinate representation of color #F24353: hue angle of 354.51º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F24353 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 83 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.05 |
| HSL | 354.51º | 0.87% | 0.61% | - |
| HSV(B) | 354.51º | 0.72% | 0.95% | - |
| XYZ | 40.19 | 23.52 | 10.6 | - |
| YUV | 121.15 | 106.48 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 83 | 0 | 0.72 | 0.66 | 0.05 | 354.51 | 0.87 | 0.61 |
| Hex | F2 | 43 | 53 | 0 | 48 | 42 | 5 | 163 | 57 | 3D |
| Octal | 362 | 103 | 123 | 0 | 110 | 102 | 5 | 543 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1010011 | 0 | 1001000 | 1000010 | 101 | 101100011 | 1010111 | 111101 |
Color Harmonies of #F24353
Complementary color
Monochromatic Colors of #F24353
Black with #F24353
Text Example
Text Example
White with #F24353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24353; }
p { color: rgb(242,67,83); }
H1.HeaderClassName
{
color: #F24353;
}
.AnyTagClassName
{
color: #F24353;
}
</style>
background-color css
<style>
a { background-color: #F24353; }
a { background-color: rgb(242,67,83); }
div.DivClassName
{
background-color: #F24353;
}
.BgClassName
{
background-color: #F24353;
}
</style>
border-color css
<style>
span { border-color: #F24353; }
span { border-color: rgb(242,67,83); }
td.TdClassName
{
border-color: #F24353;
}
.TagClassName
{
border-color: #F24353;
}
</style>