Shades of Radical Red #F0494B
Tints of Radical Red #F0494B
RGB
CMYK
RGB Variations
Color information
#F0494B (or 0xF0494B) is known color: Radical Red. HEX triplet: F0, 49 and 4B. RGB value is (240,73,75). Sum of RGB (Red+Green+Blue) = 240+73+75=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0494B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0494B is #0FB6B4. Grayscale: #7B7B7B. Windows color (decimal): -1029813 or 4934128. OLE color: 4934128.
HSL color Cylindrical-coordinate representation of color #F0494B: hue angle of 359.28º 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 #F0494B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 75 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.06 |
| HSL | 359.28º | 0.85% | 0.61% | - |
| HSV(B) | 359.28º | 0.7% | 0.94% | - |
| XYZ | 39.59 | 23.8 | 9.16 | - |
| YUV | 123.16 | 100.83 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 75 | 0 | 0.70 | 0.69 | 0.06 | 359.28 | 0.85 | 0.61 |
| Hex | F0 | 49 | 4B | 0 | 46 | 45 | 6 | 167 | 55 | 3D |
| Octal | 360 | 111 | 113 | 0 | 106 | 105 | 6 | 547 | 125 | 75 |
| Binary | 11110000 | 1001001 | 1001011 | 0 | 1000110 | 1000101 | 110 | 101100111 | 1010101 | 111101 |
Color Harmonies of #F0494B
Complementary color
Monochromatic Colors of #F0494B
Black with #F0494B
Text Example
Text Example
White with #F0494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0494B; }
p { color: rgb(240,73,75); }
H1.HeaderClassName
{
color: #F0494B;
}
.AnyTagClassName
{
color: #F0494B;
}
</style>
background-color css
<style>
a { background-color: #F0494B; }
a { background-color: rgb(240,73,75); }
div.DivClassName
{
background-color: #F0494B;
}
.BgClassName
{
background-color: #F0494B;
}
</style>
border-color css
<style>
span { border-color: #F0494B; }
span { border-color: rgb(240,73,75); }
td.TdClassName
{
border-color: #F0494B;
}
.TagClassName
{
border-color: #F0494B;
}
</style>