Shades of Radical Red #F0475A
Tints of Radical Red #F0475A
RGB
CMYK
RGB Variations
Color information
#F0475A (or 0xF0475A) is known color: Radical Red. HEX triplet: F0, 47 and 5A. RGB value is (240,71,90). Sum of RGB (Red+Green+Blue) = 240+71+90=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0475A is #0FB8A5. Grayscale: #7B7B7B. Windows color (decimal): -1030310 or 5916656. OLE color: 5916656.
HSL color Cylindrical-coordinate representation of color #F0475A: hue angle of 353.25º 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 #F0475A is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 90 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.06 |
| HSL | 353.25º | 0.85% | 0.61% | - |
| HSV(B) | 353.25º | 0.7% | 0.94% | - |
| XYZ | 40.03 | 23.77 | 12.15 | - |
| YUV | 123.7 | 108.99 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 90 | 0 | 0.70 | 0.62 | 0.06 | 353.25 | 0.85 | 0.61 |
| Hex | F0 | 47 | 5A | 0 | 46 | 3E | 6 | 161 | 55 | 3D |
| Octal | 360 | 107 | 132 | 0 | 106 | 76 | 6 | 541 | 125 | 75 |
| Binary | 11110000 | 1000111 | 1011010 | 0 | 1000110 | 111110 | 110 | 101100001 | 1010101 | 111101 |
Color Harmonies of #F0475A
Complementary color
Monochromatic Colors of #F0475A
Black with #F0475A
Text Example
Text Example
White with #F0475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0475A; }
p { color: rgb(240,71,90); }
H1.HeaderClassName
{
color: #F0475A;
}
.AnyTagClassName
{
color: #F0475A;
}
</style>
background-color css
<style>
a { background-color: #F0475A; }
a { background-color: rgb(240,71,90); }
div.DivClassName
{
background-color: #F0475A;
}
.BgClassName
{
background-color: #F0475A;
}
</style>
border-color css
<style>
span { border-color: #F0475A; }
span { border-color: rgb(240,71,90); }
td.TdClassName
{
border-color: #F0475A;
}
.TagClassName
{
border-color: #F0475A;
}
</style>