Shades of Radical Red #F24551
Tints of Radical Red #F24551
RGB
CMYK
RGB Variations
Color information
#F24551 (or 0xF24551) is known color: Radical Red. HEX triplet: F2, 45 and 51. RGB value is (242,69,81). Sum of RGB (Red+Green+Blue) = 242+69+81=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F24551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24551 is #0DBAAE. Grayscale: #7A7A7A. Windows color (decimal): -899759 or 5326322. OLE color: 5326322.
HSL color Cylindrical-coordinate representation of color #F24551: hue angle of 355.84º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24551 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 81 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.05 |
| HSL | 355.84º | 0.87% | 0.61% | - |
| HSV(B) | 355.84º | 0.71% | 0.95% | - |
| XYZ | 40.23 | 23.73 | 10.24 | - |
| YUV | 122.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 81 | 0 | 0.71 | 0.67 | 0.05 | 355.84 | 0.87 | 0.61 |
| Hex | F2 | 45 | 51 | 0 | 47 | 43 | 5 | 164 | 57 | 3D |
| Octal | 362 | 105 | 121 | 0 | 107 | 103 | 5 | 544 | 127 | 75 |
| Binary | 11110010 | 1000101 | 1010001 | 0 | 1000111 | 1000011 | 101 | 101100100 | 1010111 | 111101 |
Color Harmonies of #F24551
Complementary color
Monochromatic Colors of #F24551
Black with #F24551
Text Example
Text Example
White with #F24551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24551; }
p { color: rgb(242,69,81); }
H1.HeaderClassName
{
color: #F24551;
}
.AnyTagClassName
{
color: #F24551;
}
</style>
background-color css
<style>
a { background-color: #F24551; }
a { background-color: rgb(242,69,81); }
div.DivClassName
{
background-color: #F24551;
}
.BgClassName
{
background-color: #F24551;
}
</style>
border-color css
<style>
span { border-color: #F24551; }
span { border-color: rgb(242,69,81); }
td.TdClassName
{
border-color: #F24551;
}
.TagClassName
{
border-color: #F24551;
}
</style>