Shades of Radical Red #F4425D
Tints of Radical Red #F4425D
RGB
CMYK
RGB Variations
Color information
#F4425D (or 0xF4425D) is known color: Radical Red. HEX triplet: F4, 42 and 5D. RGB value is (244,66,93). Sum of RGB (Red+Green+Blue) = 244+66+93=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4425D is #0BBDA2. Grayscale: #7A7A7A. Windows color (decimal): -769443 or 6111988. OLE color: 6111988.
HSL color Cylindrical-coordinate representation of color #F4425D: hue angle of 350.9º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4425D is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 93 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.04 |
| HSL | 350.9º | 0.89% | 0.61% | - |
| HSV(B) | 350.9º | 0.73% | 0.96% | - |
| XYZ | 41.23 | 23.92 | 12.8 | - |
| YUV | 122.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 93 | 0 | 0.73 | 0.62 | 0.04 | 350.9 | 0.89 | 0.61 |
| Hex | F4 | 42 | 5D | 0 | 49 | 3E | 4 | 15F | 59 | 3D |
| Octal | 364 | 102 | 135 | 0 | 111 | 76 | 4 | 537 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1011101 | 0 | 1001001 | 111110 | 100 | 101011111 | 1011001 | 111101 |
Color Harmonies of #F4425D
Complementary color
Monochromatic Colors of #F4425D
Black with #F4425D
Text Example
Text Example
White with #F4425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4425D; }
p { color: rgb(244,66,93); }
H1.HeaderClassName
{
color: #F4425D;
}
.AnyTagClassName
{
color: #F4425D;
}
</style>
background-color css
<style>
a { background-color: #F4425D; }
a { background-color: rgb(244,66,93); }
div.DivClassName
{
background-color: #F4425D;
}
.BgClassName
{
background-color: #F4425D;
}
</style>
border-color css
<style>
span { border-color: #F4425D; }
span { border-color: rgb(244,66,93); }
td.TdClassName
{
border-color: #F4425D;
}
.TagClassName
{
border-color: #F4425D;
}
</style>