Shades of Radical Red #F44155
Tints of Radical Red #F44155
RGB
CMYK
RGB Variations
Color information
#F44155 (or 0xF44155) is known color: Radical Red. HEX triplet: F4, 41 and 55. RGB value is (244,65,85). Sum of RGB (Red+Green+Blue) = 244+65+85=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F44155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44155 is #0BBEAA. Grayscale: #787878. Windows color (decimal): -769707 or 5587444. OLE color: 5587444.
HSL color Cylindrical-coordinate representation of color #F44155: hue angle of 353.3º 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 #F44155 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 85 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.04 |
| HSL | 353.3º | 0.89% | 0.61% | - |
| HSV(B) | 353.3º | 0.73% | 0.96% | - |
| XYZ | 40.84 | 23.67 | 11.01 | - |
| YUV | 120.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 85 | 0 | 0.73 | 0.65 | 0.04 | 353.3 | 0.89 | 0.61 |
| Hex | F4 | 41 | 55 | 0 | 49 | 41 | 4 | 161 | 59 | 3D |
| Octal | 364 | 101 | 125 | 0 | 111 | 101 | 4 | 541 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1010101 | 0 | 1001001 | 1000001 | 100 | 101100001 | 1011001 | 111101 |
Color Harmonies of #F44155
Complementary color
Monochromatic Colors of #F44155
Black with #F44155
Text Example
Text Example
White with #F44155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44155; }
p { color: rgb(244,65,85); }
H1.HeaderClassName
{
color: #F44155;
}
.AnyTagClassName
{
color: #F44155;
}
</style>
background-color css
<style>
a { background-color: #F44155; }
a { background-color: rgb(244,65,85); }
div.DivClassName
{
background-color: #F44155;
}
.BgClassName
{
background-color: #F44155;
}
</style>
border-color css
<style>
span { border-color: #F44155; }
span { border-color: rgb(244,65,85); }
td.TdClassName
{
border-color: #F44155;
}
.TagClassName
{
border-color: #F44155;
}
</style>