Shades of Radical Red #F4245C
Tints of Radical Red #F4245C
RGB
CMYK
RGB Variations
Color information
#F4245C (or 0xF4245C) is known color: Radical Red. HEX triplet: F4, 24 and 5C. RGB value is (244,36,92). Sum of RGB (Red+Green+Blue) = 244+36+92=372 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.59% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 244 - color contains mainly: red. Hex color #F4245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4245C is #0BDBA3. Grayscale: #686868. Windows color (decimal): -777124 or 6038772. OLE color: 6038772.
HSL color Cylindrical-coordinate representation of color #F4245C: hue angle of 343.85º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4245C is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 92 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.04 |
| HSL | 343.85º | 0.9% | 0.55% | - |
| HSV(B) | 343.85º | 0.85% | 0.96% | - |
| XYZ | 39.87 | 21.27 | 12.13 | - |
| YUV | 104.58 | 120.91 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 92 | 0 | 0.85 | 0.62 | 0.04 | 343.85 | 0.9 | 0.55 |
| Hex | F4 | 24 | 5C | 0 | 55 | 3E | 4 | 158 | 5A | 37 |
| Octal | 364 | 44 | 134 | 0 | 125 | 76 | 4 | 530 | 132 | 67 |
| Binary | 11110100 | 100100 | 1011100 | 0 | 1010101 | 111110 | 100 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F4245C
Complementary color
Monochromatic Colors of #F4245C
Black with #F4245C
Text Example
Text Example
White with #F4245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4245C; }
p { color: rgb(244,36,92); }
H1.HeaderClassName
{
color: #F4245C;
}
.AnyTagClassName
{
color: #F4245C;
}
</style>
background-color css
<style>
a { background-color: #F4245C; }
a { background-color: rgb(244,36,92); }
div.DivClassName
{
background-color: #F4245C;
}
.BgClassName
{
background-color: #F4245C;
}
</style>
border-color css
<style>
span { border-color: #F4245C; }
span { border-color: rgb(244,36,92); }
td.TdClassName
{
border-color: #F4245C;
}
.TagClassName
{
border-color: #F4245C;
}
</style>