Shades of Radical Red #F24B5C
Tints of Radical Red #F24B5C
RGB
CMYK
RGB Variations
Color information
#F24B5C (or 0xF24B5C) is known color: Radical Red. HEX triplet: F2, 4B and 5C. RGB value is (242,75,92). Sum of RGB (Red+Green+Blue) = 242+75+92=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F24B5C is #0DB4A3. Grayscale: #7E7E7E. Windows color (decimal): -898212 or 6048754. OLE color: 6048754.
HSL color Cylindrical-coordinate representation of color #F24B5C: hue angle of 353.89º 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 #F24B5C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 92 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.05 |
| HSL | 353.89º | 0.87% | 0.62% | - |
| HSV(B) | 353.89º | 0.69% | 0.95% | - |
| XYZ | 41.07 | 24.68 | 12.72 | - |
| YUV | 126.87 | 108.33 | 210.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 92 | 0 | 0.69 | 0.62 | 0.05 | 353.89 | 0.87 | 0.62 |
| Hex | F2 | 4B | 5C | 0 | 45 | 3E | 5 | 162 | 57 | 3E |
| Octal | 362 | 113 | 134 | 0 | 105 | 76 | 5 | 542 | 127 | 76 |
| Binary | 11110010 | 1001011 | 1011100 | 0 | 1000101 | 111110 | 101 | 101100010 | 1010111 | 111110 |
Color Harmonies of #F24B5C
Complementary color
Monochromatic Colors of #F24B5C
Black with #F24B5C
Text Example
Text Example
White with #F24B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B5C; }
p { color: rgb(242,75,92); }
H1.HeaderClassName
{
color: #F24B5C;
}
.AnyTagClassName
{
color: #F24B5C;
}
</style>
background-color css
<style>
a { background-color: #F24B5C; }
a { background-color: rgb(242,75,92); }
div.DivClassName
{
background-color: #F24B5C;
}
.BgClassName
{
background-color: #F24B5C;
}
</style>
border-color css
<style>
span { border-color: #F24B5C; }
span { border-color: rgb(242,75,92); }
td.TdClassName
{
border-color: #F24B5C;
}
.TagClassName
{
border-color: #F24B5C;
}
</style>