Shades of Radical Red #F44255
Tints of Radical Red #F44255
RGB
CMYK
RGB Variations
Color information
#F44255 (or 0xF44255) is known color: Radical Red. HEX triplet: F4, 42 and 55. RGB value is (244,66,85). Sum of RGB (Red+Green+Blue) = 244+66+85=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F44255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44255 is #0BBDAA. Grayscale: #797979. Windows color (decimal): -769451 or 5587700. OLE color: 5587700.
HSL color Cylindrical-coordinate representation of color #F44255: hue angle of 353.6º 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 #F44255 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 85 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.04 |
| HSL | 353.6º | 0.89% | 0.61% | - |
| HSV(B) | 353.6º | 0.73% | 0.96% | - |
| XYZ | 40.9 | 23.79 | 11.03 | - |
| YUV | 121.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 85 | 0 | 0.73 | 0.65 | 0.04 | 353.6 | 0.89 | 0.61 |
| Hex | F4 | 42 | 55 | 0 | 49 | 41 | 4 | 162 | 59 | 3D |
| Octal | 364 | 102 | 125 | 0 | 111 | 101 | 4 | 542 | 131 | 75 |
| Binary | 11110100 | 1000010 | 1010101 | 0 | 1001001 | 1000001 | 100 | 101100010 | 1011001 | 111101 |
Color Harmonies of #F44255
Complementary color
Monochromatic Colors of #F44255
Black with #F44255
Text Example
Text Example
White with #F44255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44255; }
p { color: rgb(244,66,85); }
H1.HeaderClassName
{
color: #F44255;
}
.AnyTagClassName
{
color: #F44255;
}
</style>
background-color css
<style>
a { background-color: #F44255; }
a { background-color: rgb(244,66,85); }
div.DivClassName
{
background-color: #F44255;
}
.BgClassName
{
background-color: #F44255;
}
</style>
border-color css
<style>
span { border-color: #F44255; }
span { border-color: rgb(244,66,85); }
td.TdClassName
{
border-color: #F44255;
}
.TagClassName
{
border-color: #F44255;
}
</style>