Shades of Radical Red #F4245D
Tints of Radical Red #F4245D
RGB
CMYK
RGB Variations
Color information
#F4245D (or 0xF4245D) is known color: Radical Red. HEX triplet: F4, 24 and 5D. RGB value is (244,36,93). Sum of RGB (Red+Green+Blue) = 244+36+93=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F4245D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4245D is #0BDBA2. Grayscale: #686868. Windows color (decimal): -777123 or 6104308. OLE color: 6104308.
HSL color Cylindrical-coordinate representation of color #F4245D: hue angle of 343.56º 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 #F4245D is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 36 | 93 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.04 |
| HSL | 343.56º | 0.9% | 0.55% | - |
| HSV(B) | 343.56º | 0.85% | 0.96% | - |
| XYZ | 39.91 | 21.29 | 12.36 | - |
| YUV | 104.69 | 121.41 | 227.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 93 | 0 | 0.85 | 0.62 | 0.04 | 343.56 | 0.9 | 0.55 |
| Hex | F4 | 24 | 5D | 0 | 55 | 3E | 4 | 158 | 5A | 37 |
| Octal | 364 | 44 | 135 | 0 | 125 | 76 | 4 | 530 | 132 | 67 |
| Binary | 11110100 | 100100 | 1011101 | 0 | 1010101 | 111110 | 100 | 101011000 | 1011010 | 110111 |
Color Harmonies of #F4245D
Complementary color
Monochromatic Colors of #F4245D
Black with #F4245D
Text Example
Text Example
White with #F4245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4245D; }
p { color: rgb(244,36,93); }
H1.HeaderClassName
{
color: #F4245D;
}
.AnyTagClassName
{
color: #F4245D;
}
</style>
background-color css
<style>
a { background-color: #F4245D; }
a { background-color: rgb(244,36,93); }
div.DivClassName
{
background-color: #F4245D;
}
.BgClassName
{
background-color: #F4245D;
}
</style>
border-color css
<style>
span { border-color: #F4245D; }
span { border-color: rgb(244,36,93); }
td.TdClassName
{
border-color: #F4245D;
}
.TagClassName
{
border-color: #F4245D;
}
</style>