Shades of Radical Red #F44453
Tints of Radical Red #F44453
RGB
CMYK
RGB Variations
Color information
#F44453 (or 0xF44453) is known color: Radical Red. HEX triplet: F4, 44 and 53. RGB value is (244,68,83). Sum of RGB (Red+Green+Blue) = 244+68+83=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 83 (32.81% from 255 or 21.01% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F44453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F44453 is #0BBBAC. Grayscale: #7A7A7A. Windows color (decimal): -768941 or 5457140. OLE color: 5457140.
HSL color Cylindrical-coordinate representation of color #F44453: hue angle of 354.89º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F44453 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 68 | 83 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.04 |
| HSL | 354.89º | 0.89% | 0.61% | - |
| HSV(B) | 354.89º | 0.72% | 0.96% | - |
| XYZ | 40.94 | 23.99 | 10.66 | - |
| YUV | 122.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 68 | 83 | 0 | 0.72 | 0.66 | 0.04 | 354.89 | 0.89 | 0.61 |
| Hex | F4 | 44 | 53 | 0 | 48 | 42 | 4 | 163 | 59 | 3D |
| Octal | 364 | 104 | 123 | 0 | 110 | 102 | 4 | 543 | 131 | 75 |
| Binary | 11110100 | 1000100 | 1010011 | 0 | 1001000 | 1000010 | 100 | 101100011 | 1011001 | 111101 |
Color Harmonies of #F44453
Complementary color
Monochromatic Colors of #F44453
Black with #F44453
Text Example
Text Example
White with #F44453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44453; }
p { color: rgb(244,68,83); }
H1.HeaderClassName
{
color: #F44453;
}
.AnyTagClassName
{
color: #F44453;
}
</style>
background-color css
<style>
a { background-color: #F44453; }
a { background-color: rgb(244,68,83); }
div.DivClassName
{
background-color: #F44453;
}
.BgClassName
{
background-color: #F44453;
}
</style>
border-color css
<style>
span { border-color: #F44453; }
span { border-color: rgb(244,68,83); }
td.TdClassName
{
border-color: #F44453;
}
.TagClassName
{
border-color: #F44453;
}
</style>