Shades of Radical Red #F0485D
Tints of Radical Red #F0485D
RGB
CMYK
RGB Variations
Color information
#F0485D (or 0xF0485D) is known color: Radical Red. HEX triplet: F0, 48 and 5D. RGB value is (240,72,93). Sum of RGB (Red+Green+Blue) = 240+72+93=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0485D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0485D is #0FB7A2. Grayscale: #7C7C7C. Windows color (decimal): -1030051 or 6113520. OLE color: 6113520.
HSL color Cylindrical-coordinate representation of color #F0485D: hue angle of 352.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 #F0485D is Cyan = 0, Magento = 0.7, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 93 | - |
| CMYK | 0 | 0.7 | 0.61 | 0.06 |
| HSL | 352.5º | 0.85% | 0.61% | - |
| HSV(B) | 352.5º | 0.7% | 0.94% | - |
| XYZ | 40.23 | 23.95 | 12.86 | - |
| YUV | 124.63 | 110.16 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 93 | 0 | 0.7 | 0.61 | 0.06 | 352.5 | 0.85 | 0.61 |
| Hex | F0 | 48 | 5D | 0 | 46 | 3D | 6 | 160 | 55 | 3D |
| Octal | 360 | 110 | 135 | 0 | 106 | 75 | 6 | 540 | 125 | 75 |
| Binary | 11110000 | 1001000 | 1011101 | 0 | 1000110 | 111101 | 110 | 101100000 | 1010101 | 111101 |
Color Harmonies of #F0485D
Complementary color
Monochromatic Colors of #F0485D
Black with #F0485D
Text Example
Text Example
White with #F0485D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0485D; }
p { color: rgb(240,72,93); }
H1.HeaderClassName
{
color: #F0485D;
}
.AnyTagClassName
{
color: #F0485D;
}
</style>
background-color css
<style>
a { background-color: #F0485D; }
a { background-color: rgb(240,72,93); }
div.DivClassName
{
background-color: #F0485D;
}
.BgClassName
{
background-color: #F0485D;
}
</style>
border-color css
<style>
span { border-color: #F0485D; }
span { border-color: rgb(240,72,93); }
td.TdClassName
{
border-color: #F0485D;
}
.TagClassName
{
border-color: #F0485D;
}
</style>