Shades of Radical Red #F4454C
Tints of Radical Red #F4454C
RGB
CMYK
RGB Variations
Color information
#F4454C (or 0xF4454C) is known color: Radical Red. HEX triplet: F4, 45 and 4C. RGB value is (244,69,76). Sum of RGB (Red+Green+Blue) = 244+69+76=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4454C is #0BBAB3. Grayscale: #7A7A7A. Windows color (decimal): -768692 or 4998644. OLE color: 4998644.
HSL color Cylindrical-coordinate representation of color #F4454C: hue angle of 357.6º 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 #F4454C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.04 |
| HSL | 357.6º | 0.89% | 0.61% | - |
| HSV(B) | 357.6º | 0.72% | 0.96% | - |
| XYZ | 40.74 | 24.01 | 9.32 | - |
| YUV | 122.12 | 101.98 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 76 | 0 | 0.72 | 0.69 | 0.04 | 357.6 | 0.89 | 0.61 |
| Hex | F4 | 45 | 4C | 0 | 48 | 45 | 4 | 166 | 59 | 3D |
| Octal | 364 | 105 | 114 | 0 | 110 | 105 | 4 | 546 | 131 | 75 |
| Binary | 11110100 | 1000101 | 1001100 | 0 | 1001000 | 1000101 | 100 | 101100110 | 1011001 | 111101 |
Color Harmonies of #F4454C
Complementary color
Monochromatic Colors of #F4454C
Black with #F4454C
Text Example
Text Example
White with #F4454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4454C; }
p { color: rgb(244,69,76); }
H1.HeaderClassName
{
color: #F4454C;
}
.AnyTagClassName
{
color: #F4454C;
}
</style>
background-color css
<style>
a { background-color: #F4454C; }
a { background-color: rgb(244,69,76); }
div.DivClassName
{
background-color: #F4454C;
}
.BgClassName
{
background-color: #F4454C;
}
</style>
border-color css
<style>
span { border-color: #F4454C; }
span { border-color: rgb(244,69,76); }
td.TdClassName
{
border-color: #F4454C;
}
.TagClassName
{
border-color: #F4454C;
}
</style>