Shades of Radical Red #F0475D
Tints of Radical Red #F0475D
RGB
CMYK
RGB Variations
Color information
#F0475D (or 0xF0475D) is known color: Radical Red. HEX triplet: F0, 47 and 5D. RGB value is (240,71,93). Sum of RGB (Red+Green+Blue) = 240+71+93=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 93 (36.72% from 255 or 23.02% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0475D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0475D is #0FB8A2. Grayscale: #7C7C7C. Windows color (decimal): -1030307 or 6113264. OLE color: 6113264.
HSL color Cylindrical-coordinate representation of color #F0475D: hue angle of 352.19º 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 #F0475D is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 93 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.06 |
| HSL | 352.19º | 0.85% | 0.61% | - |
| HSV(B) | 352.19º | 0.7% | 0.94% | - |
| XYZ | 40.16 | 23.82 | 12.84 | - |
| YUV | 124.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 93 | 0 | 0.70 | 0.61 | 0.06 | 352.19 | 0.85 | 0.61 |
| Hex | F0 | 47 | 5D | 0 | 46 | 3D | 6 | 160 | 55 | 3D |
| Octal | 360 | 107 | 135 | 0 | 106 | 75 | 6 | 540 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1011101 | 0 | 1000110 | 111101 | 110 | 101100000 | 1010101 | 111101 |
Color Harmonies of #F0475D
Complementary color
Monochromatic Colors of #F0475D
Black with #F0475D
Text Example
Text Example
White with #F0475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0475D; }
p { color: rgb(240,71,93); }
H1.HeaderClassName
{
color: #F0475D;
}
.AnyTagClassName
{
color: #F0475D;
}
</style>
background-color css
<style>
a { background-color: #F0475D; }
a { background-color: rgb(240,71,93); }
div.DivClassName
{
background-color: #F0475D;
}
.BgClassName
{
background-color: #F0475D;
}
</style>
border-color css
<style>
span { border-color: #F0475D; }
span { border-color: rgb(240,71,93); }
td.TdClassName
{
border-color: #F0475D;
}
.TagClassName
{
border-color: #F0475D;
}
</style>