Shades of Radical Red #F0484F
Tints of Radical Red #F0484F
RGB
CMYK
RGB Variations
Color information
#F0484F (or 0xF0484F) is known color: Radical Red. HEX triplet: F0, 48 and 4F. RGB value is (240,72,79). Sum of RGB (Red+Green+Blue) = 240+72+79=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 79 (31.25% from 255 or 20.20% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0484F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0484F is #0FB7B0. Grayscale: #7B7B7B. Windows color (decimal): -1030065 or 5196016. OLE color: 5196016.
HSL color Cylindrical-coordinate representation of color #F0484F: hue angle of 357.5º 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 #F0484F is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 79 | - |
| CMYK | 0 | 0.7 | 0.67 | 0.06 |
| HSL | 357.5º | 0.85% | 0.61% | - |
| HSV(B) | 357.5º | 0.7% | 0.94% | - |
| XYZ | 39.66 | 23.72 | 9.89 | - |
| YUV | 123.03 | 103.16 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 79 | 0 | 0.7 | 0.67 | 0.06 | 357.5 | 0.85 | 0.61 |
| Hex | F0 | 48 | 4F | 0 | 46 | 43 | 6 | 166 | 55 | 3D |
| Octal | 360 | 110 | 117 | 0 | 106 | 103 | 6 | 546 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1001111 | 0 | 1000110 | 1000011 | 110 | 101100110 | 1010101 | 111101 |
Color Harmonies of #F0484F
Complementary color
Monochromatic Colors of #F0484F
Black with #F0484F
Text Example
Text Example
White with #F0484F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0484F; }
p { color: rgb(240,72,79); }
H1.HeaderClassName
{
color: #F0484F;
}
.AnyTagClassName
{
color: #F0484F;
}
</style>
background-color css
<style>
a { background-color: #F0484F; }
a { background-color: rgb(240,72,79); }
div.DivClassName
{
background-color: #F0484F;
}
.BgClassName
{
background-color: #F0484F;
}
</style>
border-color css
<style>
span { border-color: #F0484F; }
span { border-color: rgb(240,72,79); }
td.TdClassName
{
border-color: #F0484F;
}
.TagClassName
{
border-color: #F0484F;
}
</style>