Shades of Radical Red #F0495D
Tints of Radical Red #F0495D
RGB
CMYK
RGB Variations
Color information
#F0495D (or 0xF0495D) is known color: Radical Red. HEX triplet: F0, 49 and 5D. RGB value is (240,73,93). Sum of RGB (Red+Green+Blue) = 240+73+93=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0495D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0495D is #0FB6A2. Grayscale: #7D7D7D. Windows color (decimal): -1029795 or 6113776. OLE color: 6113776.
HSL color Cylindrical-coordinate representation of color #F0495D: hue angle of 352.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F0495D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 93 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.06 |
| HSL | 352.81º | 0.85% | 0.61% | - |
| HSV(B) | 352.81º | 0.7% | 0.94% | - |
| XYZ | 40.29 | 24.08 | 12.88 | - |
| YUV | 125.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 93 | 0 | 0.70 | 0.61 | 0.06 | 352.81 | 0.85 | 0.61 |
| Hex | F0 | 49 | 5D | 0 | 46 | 3D | 6 | 161 | 55 | 3D |
| Octal | 360 | 111 | 135 | 0 | 106 | 75 | 6 | 541 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1011101 | 0 | 1000110 | 111101 | 110 | 101100001 | 1010101 | 111101 |
Color Harmonies of #F0495D
Complementary color
Monochromatic Colors of #F0495D
Black with #F0495D
Text Example
Text Example
White with #F0495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0495D; }
p { color: rgb(240,73,93); }
H1.HeaderClassName
{
color: #F0495D;
}
.AnyTagClassName
{
color: #F0495D;
}
</style>
background-color css
<style>
a { background-color: #F0495D; }
a { background-color: rgb(240,73,93); }
div.DivClassName
{
background-color: #F0495D;
}
.BgClassName
{
background-color: #F0495D;
}
</style>
border-color css
<style>
span { border-color: #F0495D; }
span { border-color: rgb(240,73,93); }
td.TdClassName
{
border-color: #F0495D;
}
.TagClassName
{
border-color: #F0495D;
}
</style>