Shades of Radical Red #F24767
Tints of Radical Red #F24767
RGB
CMYK
RGB Variations
Color information
#F24767 (or 0xF24767) is known color: Radical Red. HEX triplet: F2, 47 and 67. RGB value is (242,71,103). Sum of RGB (Red+Green+Blue) = 242+71+103=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F24767 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24767 is #0DB898. Grayscale: #7D7D7D. Windows color (decimal): -899225 or 6768626. OLE color: 6768626.
HSL color Cylindrical-coordinate representation of color #F24767: hue angle of 348.77º 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 #F24767 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 71 | 103 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.05 |
| HSL | 348.77º | 0.87% | 0.61% | - |
| HSV(B) | 348.77º | 0.71% | 0.95% | - |
| XYZ | 41.32 | 24.36 | 15.36 | - |
| YUV | 125.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 71 | 103 | 0 | 0.71 | 0.57 | 0.05 | 348.77 | 0.87 | 0.61 |
| Hex | F2 | 47 | 67 | 0 | 47 | 39 | 5 | 15D | 57 | 3D |
| Octal | 362 | 107 | 147 | 0 | 107 | 71 | 5 | 535 | 127 | 75 |
| Binary | 11110010 | 1000111 | 1100111 | 0 | 1000111 | 111001 | 101 | 101011101 | 1010111 | 111101 |
Color Harmonies of #F24767
Complementary color
Monochromatic Colors of #F24767
Black with #F24767
Text Example
Text Example
White with #F24767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24767; }
p { color: rgb(242,71,103); }
H1.HeaderClassName
{
color: #F24767;
}
.AnyTagClassName
{
color: #F24767;
}
</style>
background-color css
<style>
a { background-color: #F24767; }
a { background-color: rgb(242,71,103); }
div.DivClassName
{
background-color: #F24767;
}
.BgClassName
{
background-color: #F24767;
}
</style>
border-color css
<style>
span { border-color: #F24767; }
span { border-color: rgb(242,71,103); }
td.TdClassName
{
border-color: #F24767;
}
.TagClassName
{
border-color: #F24767;
}
</style>