Shades of Radical Red #F4495E
Tints of Radical Red #F4495E
RGB
CMYK
RGB Variations
Color information
#F4495E (or 0xF4495E) is known color: Radical Red. HEX triplet: F4, 49 and 5E. RGB value is (244,73,94). Sum of RGB (Red+Green+Blue) = 244+73+94=411 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.37% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 244 - color contains mainly: red. Hex color #F4495E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4495E is #0BB6A1. Grayscale: #7E7E7E. Windows color (decimal): -767650 or 6179316. OLE color: 6179316.
HSL color Cylindrical-coordinate representation of color #F4495E: hue angle of 352.63º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F4495E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 94 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.04 |
| HSL | 352.63º | 0.89% | 0.62% | - |
| HSV(B) | 352.63º | 0.7% | 0.96% | - |
| XYZ | 41.71 | 24.81 | 13.18 | - |
| YUV | 126.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 94 | 0 | 0.70 | 0.61 | 0.04 | 352.63 | 0.89 | 0.62 |
| Hex | F4 | 49 | 5E | 0 | 46 | 3D | 4 | 161 | 59 | 3E |
| Octal | 364 | 111 | 136 | 0 | 106 | 75 | 4 | 541 | 131 | 76 |
| Binary | 11110100 | 1001001 | 1011110 | 0 | 1000110 | 111101 | 100 | 101100001 | 1011001 | 111110 |
Color Harmonies of #F4495E
Complementary color
Monochromatic Colors of #F4495E
Black with #F4495E
Text Example
Text Example
White with #F4495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4495E; }
p { color: rgb(244,73,94); }
H1.HeaderClassName
{
color: #F4495E;
}
.AnyTagClassName
{
color: #F4495E;
}
</style>
background-color css
<style>
a { background-color: #F4495E; }
a { background-color: rgb(244,73,94); }
div.DivClassName
{
background-color: #F4495E;
}
.BgClassName
{
background-color: #F4495E;
}
</style>
border-color css
<style>
span { border-color: #F4495E; }
span { border-color: rgb(244,73,94); }
td.TdClassName
{
border-color: #F4495E;
}
.TagClassName
{
border-color: #F4495E;
}
</style>