Shades of Radical Red #FF475E
Tints of Radical Red #FF475E
RGB
CMYK
RGB Variations
Color information
#FF475E (or 0xFF475E) is known color: Radical Red. HEX triplet: FF, 47 and 5E. RGB value is (255,71,94). Sum of RGB (Red+Green+Blue) = 255+71+94=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475E is #00B8A1. Grayscale: #808080. Windows color (decimal): -47266 or 6178815. OLE color: 6178815.
HSL color Cylindrical-coordinate representation of color #FF475E: hue angle of 352.5º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF475E is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 94 | - |
| CMYK | 0 | 0.72 | 0.63 | 0 |
| HSL | 352.5º | 1% | 0.64% | - |
| HSV(B) | 352.5º | 0.72% | 1% | - |
| XYZ | 45.51 | 26.57 | 13.32 | - |
| YUV | 128.64 | 108.46 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 94 | 0 | 0.72 | 0.63 | 0 | 352.5 | 1 | 0.64 |
| Hex | FF | 47 | 5E | 0 | 48 | 3F | 0 | 160 | 64 | 40 |
| Octal | 377 | 107 | 136 | 0 | 110 | 77 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1011110 | 0 | 1001000 | 111111 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF475E
Complementary color
Monochromatic Colors of #FF475E
Black with #FF475E
Text Example
Text Example
White with #FF475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF475E; }
p { color: rgb(255,71,94); }
H1.HeaderClassName
{
color: #FF475E;
}
.AnyTagClassName
{
color: #FF475E;
}
</style>
background-color css
<style>
a { background-color: #FF475E; }
a { background-color: rgb(255,71,94); }
div.DivClassName
{
background-color: #FF475E;
}
.BgClassName
{
background-color: #FF475E;
}
</style>
border-color css
<style>
span { border-color: #FF475E; }
span { border-color: rgb(255,71,94); }
td.TdClassName
{
border-color: #FF475E;
}
.TagClassName
{
border-color: #FF475E;
}
</style>