Shades of Radical Red #F0485F
Tints of Radical Red #F0485F
RGB
CMYK
RGB Variations
Color information
#F0485F (or 0xF0485F) is known color: Radical Red. HEX triplet: F0, 48 and 5F. RGB value is (240,72,95). Sum of RGB (Red+Green+Blue) = 240+72+95=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 72 (28.52% from 255 or 17.69% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0485F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0485F is #0FB7A0. Grayscale: #7C7C7C. Windows color (decimal): -1030049 or 6244592. OLE color: 6244592.
HSL color Cylindrical-coordinate representation of color #F0485F: hue angle of 351.79º 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 #F0485F is Cyan = 0, Magento = 0.7, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 95 | - |
| CMYK | 0 | 0.7 | 0.60 | 0.06 |
| HSL | 351.79º | 0.85% | 0.61% | - |
| HSV(B) | 351.79º | 0.7% | 0.94% | - |
| XYZ | 40.32 | 23.99 | 13.33 | - |
| YUV | 124.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 95 | 0 | 0.7 | 0.60 | 0.06 | 351.79 | 0.85 | 0.61 |
| Hex | F0 | 48 | 5F | 0 | 46 | 3C | 6 | 160 | 55 | 3D |
| Octal | 360 | 110 | 137 | 0 | 106 | 74 | 6 | 540 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1011111 | 0 | 1000110 | 111100 | 110 | 101100000 | 1010101 | 111101 |
Color Harmonies of #F0485F
Complementary color
Monochromatic Colors of #F0485F
Black with #F0485F
Text Example
Text Example
White with #F0485F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0485F; }
p { color: rgb(240,72,95); }
H1.HeaderClassName
{
color: #F0485F;
}
.AnyTagClassName
{
color: #F0485F;
}
</style>
background-color css
<style>
a { background-color: #F0485F; }
a { background-color: rgb(240,72,95); }
div.DivClassName
{
background-color: #F0485F;
}
.BgClassName
{
background-color: #F0485F;
}
</style>
border-color css
<style>
span { border-color: #F0485F; }
span { border-color: rgb(240,72,95); }
td.TdClassName
{
border-color: #F0485F;
}
.TagClassName
{
border-color: #F0485F;
}
</style>