Shades of Radical Red #F44256
Tints of Radical Red #F44256
RGB
CMYK
RGB Variations
Color information
#F44256 (or 0xF44256) is known color: Radical Red. HEX triplet: F4, 42 and 56. RGB value is (244,66,86). Sum of RGB (Red+Green+Blue) = 244+66+86=396 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.62% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 244 - color contains mainly: red. Hex color #F44256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44256 is #0BBDA9. Grayscale: #797979. Windows color (decimal): -769450 or 5653236. OLE color: 5653236.
HSL color Cylindrical-coordinate representation of color #F44256: hue angle of 353.26º 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 #F44256 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 86 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.04 |
| HSL | 353.26º | 0.89% | 0.61% | - |
| HSV(B) | 353.26º | 0.73% | 0.96% | - |
| XYZ | 40.94 | 23.8 | 11.24 | - |
| YUV | 121.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 86 | 0 | 0.73 | 0.65 | 0.04 | 353.26 | 0.89 | 0.61 |
| Hex | F4 | 42 | 56 | 0 | 49 | 41 | 4 | 161 | 59 | 3D |
| Octal | 364 | 102 | 126 | 0 | 111 | 101 | 4 | 541 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1010110 | 0 | 1001001 | 1000001 | 100 | 101100001 | 1011001 | 111101 |
Color Harmonies of #F44256
Complementary color
Monochromatic Colors of #F44256
Black with #F44256
Text Example
Text Example
White with #F44256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44256; }
p { color: rgb(244,66,86); }
H1.HeaderClassName
{
color: #F44256;
}
.AnyTagClassName
{
color: #F44256;
}
</style>
background-color css
<style>
a { background-color: #F44256; }
a { background-color: rgb(244,66,86); }
div.DivClassName
{
background-color: #F44256;
}
.BgClassName
{
background-color: #F44256;
}
</style>
border-color css
<style>
span { border-color: #F44256; }
span { border-color: rgb(244,66,86); }
td.TdClassName
{
border-color: #F44256;
}
.TagClassName
{
border-color: #F44256;
}
</style>