Shades of Radical Red #F24067
Tints of Radical Red #F24067
RGB
CMYK
RGB Variations
Color information
#F24067 (or 0xF24067) is known color: Radical Red. HEX triplet: F2, 40 and 67. RGB value is (242,64,103). Sum of RGB (Red+Green+Blue) = 242+64+103=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24067 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24067 is #0DBF98. Grayscale: #797979. Windows color (decimal): -901017 or 6766834. OLE color: 6766834.
HSL color Cylindrical-coordinate representation of color #F24067: hue angle of 346.85º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F24067 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 103 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.05 |
| HSL | 346.85º | 0.87% | 0.6% | - |
| HSV(B) | 346.85º | 0.74% | 0.95% | - |
| XYZ | 40.9 | 23.52 | 15.22 | - |
| YUV | 121.67 | 117.47 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 103 | 0 | 0.74 | 0.57 | 0.05 | 346.85 | 0.87 | 0.6 |
| Hex | F2 | 40 | 67 | 0 | 4A | 39 | 5 | 15B | 57 | 3C |
| Octal | 362 | 100 | 147 | 0 | 112 | 71 | 5 | 533 | 127 | 74 |
| Binary | 11110010 | 1000000 | 1100111 | 0 | 1001010 | 111001 | 101 | 101011011 | 1010111 | 111100 |
Color Harmonies of #F24067
Complementary color
Monochromatic Colors of #F24067
Black with #F24067
Text Example
Text Example
White with #F24067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24067; }
p { color: rgb(242,64,103); }
H1.HeaderClassName
{
color: #F24067;
}
.AnyTagClassName
{
color: #F24067;
}
</style>
background-color css
<style>
a { background-color: #F24067; }
a { background-color: rgb(242,64,103); }
div.DivClassName
{
background-color: #F24067;
}
.BgClassName
{
background-color: #F24067;
}
</style>
border-color css
<style>
span { border-color: #F24067; }
span { border-color: rgb(242,64,103); }
td.TdClassName
{
border-color: #F24067;
}
.TagClassName
{
border-color: #F24067;
}
</style>