Shades of Radical Red #F4414C
Tints of Radical Red #F4414C
RGB
CMYK
RGB Variations
Color information
#F4414C (or 0xF4414C) is known color: Radical Red. HEX triplet: F4, 41 and 4C. RGB value is (244,65,76). Sum of RGB (Red+Green+Blue) = 244+65+76=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4414C is #0BBEB3. Grayscale: #777777. Windows color (decimal): -769716 or 4997620. OLE color: 4997620.
HSL color Cylindrical-coordinate representation of color #F4414C: hue angle of 356.31º 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 #F4414C is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 76 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.04 |
| HSL | 356.31º | 0.89% | 0.61% | - |
| HSV(B) | 356.31º | 0.73% | 0.96% | - |
| XYZ | 40.5 | 23.54 | 9.25 | - |
| YUV | 119.78 | 103.3 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 76 | 0 | 0.73 | 0.69 | 0.04 | 356.31 | 0.89 | 0.61 |
| Hex | F4 | 41 | 4C | 0 | 49 | 45 | 4 | 164 | 59 | 3D |
| Octal | 364 | 101 | 114 | 0 | 111 | 105 | 4 | 544 | 131 | 75 |
| Binary | 11110100 | 1000001 | 1001100 | 0 | 1001001 | 1000101 | 100 | 101100100 | 1011001 | 111101 |
Color Harmonies of #F4414C
Complementary color
Monochromatic Colors of #F4414C
Black with #F4414C
Text Example
Text Example
White with #F4414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4414C; }
p { color: rgb(244,65,76); }
H1.HeaderClassName
{
color: #F4414C;
}
.AnyTagClassName
{
color: #F4414C;
}
</style>
background-color css
<style>
a { background-color: #F4414C; }
a { background-color: rgb(244,65,76); }
div.DivClassName
{
background-color: #F4414C;
}
.BgClassName
{
background-color: #F4414C;
}
</style>
border-color css
<style>
span { border-color: #F4414C; }
span { border-color: rgb(244,65,76); }
td.TdClassName
{
border-color: #F4414C;
}
.TagClassName
{
border-color: #F4414C;
}
</style>