Shades of Radical Red #F24966
Tints of Radical Red #F24966
RGB
CMYK
RGB Variations
Color information
#F24966 (or 0xF24966) is known color: Radical Red. HEX triplet: F2, 49 and 66. RGB value is (242,73,102). Sum of RGB (Red+Green+Blue) = 242+73+102=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F24966 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24966 is #0DB699. Grayscale: #7E7E7E. Windows color (decimal): -898714 or 6703602. OLE color: 6703602.
HSL color Cylindrical-coordinate representation of color #F24966: hue angle of 349.7º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24966 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 102 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.05 |
| HSL | 349.7º | 0.87% | 0.62% | - |
| HSV(B) | 349.7º | 0.7% | 0.95% | - |
| XYZ | 41.4 | 24.6 | 15.14 | - |
| YUV | 126.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 102 | 0 | 0.70 | 0.58 | 0.05 | 349.7 | 0.87 | 0.62 |
| Hex | F2 | 49 | 66 | 0 | 46 | 3A | 5 | 15E | 57 | 3E |
| Octal | 362 | 111 | 146 | 0 | 106 | 72 | 5 | 536 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1100110 | 0 | 1000110 | 111010 | 101 | 101011110 | 1010111 | 111110 |
Color Harmonies of #F24966
Complementary color
Monochromatic Colors of #F24966
Black with #F24966
Text Example
Text Example
White with #F24966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24966; }
p { color: rgb(242,73,102); }
H1.HeaderClassName
{
color: #F24966;
}
.AnyTagClassName
{
color: #F24966;
}
</style>
background-color css
<style>
a { background-color: #F24966; }
a { background-color: rgb(242,73,102); }
div.DivClassName
{
background-color: #F24966;
}
.BgClassName
{
background-color: #F24966;
}
</style>
border-color css
<style>
span { border-color: #F24966; }
span { border-color: rgb(242,73,102); }
td.TdClassName
{
border-color: #F24966;
}
.TagClassName
{
border-color: #F24966;
}
</style>