Shades of Radical Red #F4434A
Tints of Radical Red #F4434A
RGB
CMYK
RGB Variations
Color information
#F4434A (or 0xF4434A) is known color: Radical Red. HEX triplet: F4, 43 and 4A. RGB value is (244,67,74). Sum of RGB (Red+Green+Blue) = 244+67+74=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4434A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4434A is #0BBCB5. Grayscale: #787878. Windows color (decimal): -769206 or 4867060. OLE color: 4867060.
HSL color Cylindrical-coordinate representation of color #F4434A: hue angle of 357.63º 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 #F4434A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 74 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.04 |
| HSL | 357.63º | 0.89% | 0.61% | - |
| HSV(B) | 357.63º | 0.73% | 0.96% | - |
| XYZ | 40.55 | 23.74 | 8.92 | - |
| YUV | 120.72 | 101.64 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 74 | 0 | 0.73 | 0.70 | 0.04 | 357.63 | 0.89 | 0.61 |
| Hex | F4 | 43 | 4A | 0 | 49 | 46 | 4 | 166 | 59 | 3D |
| Octal | 364 | 103 | 112 | 0 | 111 | 106 | 4 | 546 | 131 | 75 |
| Binary | 11110100 | 1000011 | 1001010 | 0 | 1001001 | 1000110 | 100 | 101100110 | 1011001 | 111101 |
Color Harmonies of #F4434A
Complementary color
Monochromatic Colors of #F4434A
Black with #F4434A
Text Example
Text Example
White with #F4434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4434A; }
p { color: rgb(244,67,74); }
H1.HeaderClassName
{
color: #F4434A;
}
.AnyTagClassName
{
color: #F4434A;
}
</style>
background-color css
<style>
a { background-color: #F4434A; }
a { background-color: rgb(244,67,74); }
div.DivClassName
{
background-color: #F4434A;
}
.BgClassName
{
background-color: #F4434A;
}
</style>
border-color css
<style>
span { border-color: #F4434A; }
span { border-color: rgb(244,67,74); }
td.TdClassName
{
border-color: #F4434A;
}
.TagClassName
{
border-color: #F4434A;
}
</style>