Shades of Radical Red #F4495C
Tints of Radical Red #F4495C
RGB
CMYK
RGB Variations
Color information
#F4495C (or 0xF4495C) is known color: Radical Red. HEX triplet: F4, 49 and 5C. RGB value is (244,73,92). Sum of RGB (Red+Green+Blue) = 244+73+92=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F4495C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F4495C is #0BB6A3. Grayscale: #7E7E7E. Windows color (decimal): -767652 or 6048244. OLE color: 6048244.
HSL color Cylindrical-coordinate representation of color #F4495C: hue angle of 353.33º 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 #F4495C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 92 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.04 |
| HSL | 353.33º | 0.89% | 0.62% | - |
| HSV(B) | 353.33º | 0.7% | 0.96% | - |
| XYZ | 41.62 | 24.77 | 12.71 | - |
| YUV | 126.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 92 | 0 | 0.70 | 0.62 | 0.04 | 353.33 | 0.89 | 0.62 |
| Hex | F4 | 49 | 5C | 0 | 46 | 3E | 4 | 161 | 59 | 3E |
| Octal | 364 | 111 | 134 | 0 | 106 | 76 | 4 | 541 | 131 | 76 |
| Binary | 11110100 | 1001001 | 1011100 | 0 | 1000110 | 111110 | 100 | 101100001 | 1011001 | 111110 |
Color Harmonies of #F4495C
Complementary color
Monochromatic Colors of #F4495C
Black with #F4495C
Text Example
Text Example
White with #F4495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4495C; }
p { color: rgb(244,73,92); }
H1.HeaderClassName
{
color: #F4495C;
}
.AnyTagClassName
{
color: #F4495C;
}
</style>
background-color css
<style>
a { background-color: #F4495C; }
a { background-color: rgb(244,73,92); }
div.DivClassName
{
background-color: #F4495C;
}
.BgClassName
{
background-color: #F4495C;
}
</style>
border-color css
<style>
span { border-color: #F4495C; }
span { border-color: rgb(244,73,92); }
td.TdClassName
{
border-color: #F4495C;
}
.TagClassName
{
border-color: #F4495C;
}
</style>