Shades of Radical Red #F24963
Tints of Radical Red #F24963
RGB
CMYK
RGB Variations
Color information
#F24963 (or 0xF24963) is known color: Radical Red. HEX triplet: F2, 49 and 63. RGB value is (242,73,99). Sum of RGB (Red+Green+Blue) = 242+73+99=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 99 (39.06% from 255 or 23.91% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F24963 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24963 is #0DB69C. Grayscale: #7E7E7E. Windows color (decimal): -898717 or 6506994. OLE color: 6506994.
HSL color Cylindrical-coordinate representation of color #F24963: hue angle of 350.77º 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 #F24963 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 99 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.05 |
| HSL | 350.77º | 0.87% | 0.62% | - |
| HSV(B) | 350.77º | 0.7% | 0.95% | - |
| XYZ | 41.25 | 24.54 | 14.37 | - |
| YUV | 126.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 99 | 0 | 0.70 | 0.59 | 0.05 | 350.77 | 0.87 | 0.62 |
| Hex | F2 | 49 | 63 | 0 | 46 | 3B | 5 | 15F | 57 | 3E |
| Octal | 362 | 111 | 143 | 0 | 106 | 73 | 5 | 537 | 127 | 76 |
| Binary | 11110010 | 1001001 | 1100011 | 0 | 1000110 | 111011 | 101 | 101011111 | 1010111 | 111110 |
Color Harmonies of #F24963
Complementary color
Monochromatic Colors of #F24963
Black with #F24963
Text Example
Text Example
White with #F24963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24963; }
p { color: rgb(242,73,99); }
H1.HeaderClassName
{
color: #F24963;
}
.AnyTagClassName
{
color: #F24963;
}
</style>
background-color css
<style>
a { background-color: #F24963; }
a { background-color: rgb(242,73,99); }
div.DivClassName
{
background-color: #F24963;
}
.BgClassName
{
background-color: #F24963;
}
</style>
border-color css
<style>
span { border-color: #F24963; }
span { border-color: rgb(242,73,99); }
td.TdClassName
{
border-color: #F24963;
}
.TagClassName
{
border-color: #F24963;
}
</style>