Shades of Radical Red #F4474A
Tints of Radical Red #F4474A
RGB
CMYK
RGB Variations
Color information
#F4474A (or 0xF4474A) is known color: Radical Red. HEX triplet: F4, 47 and 4A. RGB value is (244,71,74). Sum of RGB (Red+Green+Blue) = 244+71+74=389 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.72% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 244 - color contains mainly: red. Hex color #F4474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4474A is #0BB8B5. Grayscale: #7B7B7B. Windows color (decimal): -768182 or 4868084. OLE color: 4868084.
HSL color Cylindrical-coordinate representation of color #F4474A: hue angle of 358.96º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4474A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 71 | 74 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.04 |
| HSL | 358.96º | 0.89% | 0.62% | - |
| HSV(B) | 358.96º | 0.71% | 0.96% | - |
| XYZ | 40.8 | 24.23 | 9.01 | - |
| YUV | 123.07 | 100.31 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 71 | 74 | 0 | 0.71 | 0.70 | 0.04 | 358.96 | 0.89 | 0.62 |
| Hex | F4 | 47 | 4A | 0 | 47 | 46 | 4 | 167 | 59 | 3E |
| Octal | 364 | 107 | 112 | 0 | 107 | 106 | 4 | 547 | 131 | 76 |
| Binary | 11110100 | 1000111 | 1001010 | 0 | 1000111 | 1000110 | 100 | 101100111 | 1011001 | 111110 |
Color Harmonies of #F4474A
Complementary color
Monochromatic Colors of #F4474A
Black with #F4474A
Text Example
Text Example
White with #F4474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4474A; }
p { color: rgb(244,71,74); }
H1.HeaderClassName
{
color: #F4474A;
}
.AnyTagClassName
{
color: #F4474A;
}
</style>
background-color css
<style>
a { background-color: #F4474A; }
a { background-color: rgb(244,71,74); }
div.DivClassName
{
background-color: #F4474A;
}
.BgClassName
{
background-color: #F4474A;
}
</style>
border-color css
<style>
span { border-color: #F4474A; }
span { border-color: rgb(244,71,74); }
td.TdClassName
{
border-color: #F4474A;
}
.TagClassName
{
border-color: #F4474A;
}
</style>