Shades of Radical Red #F24A5D
Tints of Radical Red #F24A5D
RGB
CMYK
RGB Variations
Color information
#F24A5D (or 0xF24A5D) is known color: Radical Red. HEX triplet: F2, 4A and 5D. RGB value is (242,74,93). Sum of RGB (Red+Green+Blue) = 242+74+93=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 74 (29.30% from 255 or 18.09% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24A5D is #0DB5A2. Grayscale: #7E7E7E. Windows color (decimal): -898467 or 6114034. OLE color: 6114034.
HSL color Cylindrical-coordinate representation of color #F24A5D: hue angle of 353.21º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24A5D is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 93 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.05 |
| HSL | 353.21º | 0.87% | 0.62% | - |
| HSV(B) | 353.21º | 0.69% | 0.95% | - |
| XYZ | 41.04 | 24.57 | 12.93 | - |
| YUV | 126.4 | 109.16 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 93 | 0 | 0.69 | 0.62 | 0.05 | 353.21 | 0.87 | 0.62 |
| Hex | F2 | 4A | 5D | 0 | 45 | 3E | 5 | 161 | 57 | 3E |
| Octal | 362 | 112 | 135 | 0 | 105 | 76 | 5 | 541 | 127 | 76 |
| Binary | 11110010 | 1001010 | 1011101 | 0 | 1000101 | 111110 | 101 | 101100001 | 1010111 | 111110 |
Color Harmonies of #F24A5D
Complementary color
Monochromatic Colors of #F24A5D
Black with #F24A5D
Text Example
Text Example
White with #F24A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A5D; }
p { color: rgb(242,74,93); }
H1.HeaderClassName
{
color: #F24A5D;
}
.AnyTagClassName
{
color: #F24A5D;
}
</style>
background-color css
<style>
a { background-color: #F24A5D; }
a { background-color: rgb(242,74,93); }
div.DivClassName
{
background-color: #F24A5D;
}
.BgClassName
{
background-color: #F24A5D;
}
</style>
border-color css
<style>
span { border-color: #F24A5D; }
span { border-color: rgb(242,74,93); }
td.TdClassName
{
border-color: #F24A5D;
}
.TagClassName
{
border-color: #F24A5D;
}
</style>