Shades of Radical Red #F44D5B
Tints of Radical Red #F44D5B
RGB
CMYK
RGB Variations
Color information
#F44D5B (or 0xF44D5B) is known color: Radical Red. HEX triplet: F4, 4D and 5B. RGB value is (244,77,91). Sum of RGB (Red+Green+Blue) = 244+77+91=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 91 (35.94% from 255 or 22.09% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F44D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F44D5B is #0BB2A4. Grayscale: #808080. Windows color (decimal): -766629 or 5983732. OLE color: 5983732.
HSL color Cylindrical-coordinate representation of color #F44D5B: hue angle of 354.97º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44D5B is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 77 | 91 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.04 |
| HSL | 354.97º | 0.88% | 0.63% | - |
| HSV(B) | 354.97º | 0.68% | 0.96% | - |
| XYZ | 41.85 | 25.3 | 12.57 | - |
| YUV | 128.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 77 | 91 | 0 | 0.68 | 0.63 | 0.04 | 354.97 | 0.88 | 0.63 |
| Hex | F4 | 4D | 5B | 0 | 44 | 3F | 4 | 163 | 58 | 3F |
| Octal | 364 | 115 | 133 | 0 | 104 | 77 | 4 | 543 | 130 | 77 |
| Binary | 11110100 | 1001101 | 1011011 | 0 | 1000100 | 111111 | 100 | 101100011 | 1011000 | 111111 |
Color Harmonies of #F44D5B
Complementary color
Monochromatic Colors of #F44D5B
Black with #F44D5B
Text Example
Text Example
White with #F44D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44D5B; }
p { color: rgb(244,77,91); }
H1.HeaderClassName
{
color: #F44D5B;
}
.AnyTagClassName
{
color: #F44D5B;
}
</style>
background-color css
<style>
a { background-color: #F44D5B; }
a { background-color: rgb(244,77,91); }
div.DivClassName
{
background-color: #F44D5B;
}
.BgClassName
{
background-color: #F44D5B;
}
</style>
border-color css
<style>
span { border-color: #F44D5B; }
span { border-color: rgb(244,77,91); }
td.TdClassName
{
border-color: #F44D5B;
}
.TagClassName
{
border-color: #F44D5B;
}
</style>