Shades of Radical Red #F24351
Tints of Radical Red #F24351
RGB
CMYK
RGB Variations
Color information
#F24351 (or 0xF24351) is known color: Radical Red. HEX triplet: F2, 43 and 51. RGB value is (242,67,81). Sum of RGB (Red+Green+Blue) = 242+67+81=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 67 (26.56% from 255 or 17.18% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F24351 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24351 is #0DBCAE. Grayscale: #797979. Windows color (decimal): -900271 or 5325810. OLE color: 5325810.
HSL color Cylindrical-coordinate representation of color #F24351: hue angle of 355.2º 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 #F24351 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 67 | 81 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.05 |
| HSL | 355.2º | 0.87% | 0.61% | - |
| HSV(B) | 355.2º | 0.72% | 0.95% | - |
| XYZ | 40.11 | 23.49 | 10.2 | - |
| YUV | 120.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 67 | 81 | 0 | 0.72 | 0.67 | 0.05 | 355.2 | 0.87 | 0.61 |
| Hex | F2 | 43 | 51 | 0 | 48 | 43 | 5 | 163 | 57 | 3D |
| Octal | 362 | 103 | 121 | 0 | 110 | 103 | 5 | 543 | 127 | 75 |
| Binary | 11110010 | 1000011 | 1010001 | 0 | 1001000 | 1000011 | 101 | 101100011 | 1010111 | 111101 |
Color Harmonies of #F24351
Complementary color
Monochromatic Colors of #F24351
Black with #F24351
Text Example
Text Example
White with #F24351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24351; }
p { color: rgb(242,67,81); }
H1.HeaderClassName
{
color: #F24351;
}
.AnyTagClassName
{
color: #F24351;
}
</style>
background-color css
<style>
a { background-color: #F24351; }
a { background-color: rgb(242,67,81); }
div.DivClassName
{
background-color: #F24351;
}
.BgClassName
{
background-color: #F24351;
}
</style>
border-color css
<style>
span { border-color: #F24351; }
span { border-color: rgb(242,67,81); }
td.TdClassName
{
border-color: #F24351;
}
.TagClassName
{
border-color: #F24351;
}
</style>