Shades of Radical Red #F24355
Tints of Radical Red #F24355
RGB
CMYK
RGB Variations
Color information
#F24355 (or 0xF24355) is known color: Radical Red. HEX triplet: F2, 43 and 55. RGB value is (242,67,85). Sum of RGB (Red+Green+Blue) = 242+67+85=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F24355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24355 is #0DBCAA. Grayscale: #797979. Windows color (decimal): -900267 or 5587954. OLE color: 5587954.
HSL color Cylindrical-coordinate representation of color #F24355: hue angle of 353.83º 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 #F24355 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.05 |
| HSL | 353.83º | 0.87% | 0.61% | - |
| HSV(B) | 353.83º | 0.72% | 0.95% | - |
| XYZ | 40.26 | 23.55 | 11.02 | - |
| YUV | 121.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 85 | 0 | 0.72 | 0.65 | 0.05 | 353.83 | 0.87 | 0.61 |
| Hex | F2 | 43 | 55 | 0 | 48 | 41 | 5 | 162 | 57 | 3D |
| Octal | 362 | 103 | 125 | 0 | 110 | 101 | 5 | 542 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1010101 | 0 | 1001000 | 1000001 | 101 | 101100010 | 1010111 | 111101 |
Color Harmonies of #F24355
Complementary color
Monochromatic Colors of #F24355
Black with #F24355
Text Example
Text Example
White with #F24355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24355; }
p { color: rgb(242,67,85); }
H1.HeaderClassName
{
color: #F24355;
}
.AnyTagClassName
{
color: #F24355;
}
</style>
background-color css
<style>
a { background-color: #F24355; }
a { background-color: rgb(242,67,85); }
div.DivClassName
{
background-color: #F24355;
}
.BgClassName
{
background-color: #F24355;
}
</style>
border-color css
<style>
span { border-color: #F24355; }
span { border-color: rgb(242,67,85); }
td.TdClassName
{
border-color: #F24355;
}
.TagClassName
{
border-color: #F24355;
}
</style>