Shades of Radical Red #F0475F
Tints of Radical Red #F0475F
RGB
CMYK
RGB Variations
Color information
#F0475F (or 0xF0475F) is known color: Radical Red. HEX triplet: F0, 47 and 5F. RGB value is (240,71,95). Sum of RGB (Red+Green+Blue) = 240+71+95=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0475F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0475F is #0FB8A0. Grayscale: #7C7C7C. Windows color (decimal): -1030305 or 6244336. OLE color: 6244336.
HSL color Cylindrical-coordinate representation of color #F0475F: hue angle of 351.48º 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 #F0475F is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 95 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.06 |
| HSL | 351.48º | 0.85% | 0.61% | - |
| HSV(B) | 351.48º | 0.7% | 0.94% | - |
| XYZ | 40.25 | 23.86 | 13.31 | - |
| YUV | 124.27 | 111.49 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 95 | 0 | 0.70 | 0.60 | 0.06 | 351.48 | 0.85 | 0.61 |
| Hex | F0 | 47 | 5F | 0 | 46 | 3C | 6 | 15F | 55 | 3D |
| Octal | 360 | 107 | 137 | 0 | 106 | 74 | 6 | 537 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1011111 | 0 | 1000110 | 111100 | 110 | 101011111 | 1010101 | 111101 |
Color Harmonies of #F0475F
Complementary color
Monochromatic Colors of #F0475F
Black with #F0475F
Text Example
Text Example
White with #F0475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0475F; }
p { color: rgb(240,71,95); }
H1.HeaderClassName
{
color: #F0475F;
}
.AnyTagClassName
{
color: #F0475F;
}
</style>
background-color css
<style>
a { background-color: #F0475F; }
a { background-color: rgb(240,71,95); }
div.DivClassName
{
background-color: #F0475F;
}
.BgClassName
{
background-color: #F0475F;
}
</style>
border-color css
<style>
span { border-color: #F0475F; }
span { border-color: rgb(240,71,95); }
td.TdClassName
{
border-color: #F0475F;
}
.TagClassName
{
border-color: #F0475F;
}
</style>