Shades of Radical Red #F24764
Tints of Radical Red #F24764
RGB
CMYK
RGB Variations
Color information
#F24764 (or 0xF24764) is known color: Radical Red. HEX triplet: F2, 47 and 64. RGB value is (242,71,100). Sum of RGB (Red+Green+Blue) = 242+71+100=413 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.60% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 242 - color contains mainly: red. Hex color #F24764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24764 is #0DB89B. Grayscale: #7D7D7D. Windows color (decimal): -899228 or 6572018. OLE color: 6572018.
HSL color Cylindrical-coordinate representation of color #F24764: hue angle of 349.82º 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 #F24764 is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 100 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.05 |
| HSL | 349.82º | 0.87% | 0.61% | - |
| HSV(B) | 349.82º | 0.71% | 0.95% | - |
| XYZ | 41.17 | 24.3 | 14.58 | - |
| YUV | 125.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 100 | 0 | 0.71 | 0.59 | 0.05 | 349.82 | 0.87 | 0.61 |
| Hex | F2 | 47 | 64 | 0 | 47 | 3B | 5 | 15E | 57 | 3D |
| Octal | 362 | 107 | 144 | 0 | 107 | 73 | 5 | 536 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1100100 | 0 | 1000111 | 111011 | 101 | 101011110 | 1010111 | 111101 |
Color Harmonies of #F24764
Complementary color
Monochromatic Colors of #F24764
Black with #F24764
Text Example
Text Example
White with #F24764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24764; }
p { color: rgb(242,71,100); }
H1.HeaderClassName
{
color: #F24764;
}
.AnyTagClassName
{
color: #F24764;
}
</style>
background-color css
<style>
a { background-color: #F24764; }
a { background-color: rgb(242,71,100); }
div.DivClassName
{
background-color: #F24764;
}
.BgClassName
{
background-color: #F24764;
}
</style>
border-color css
<style>
span { border-color: #F24764; }
span { border-color: rgb(242,71,100); }
td.TdClassName
{
border-color: #F24764;
}
.TagClassName
{
border-color: #F24764;
}
</style>