Shades of Radical Red #FF475A
Tints of Radical Red #FF475A
RGB
CMYK
RGB Variations
Color information
#FF475A (or 0xFF475A) is known color: Radical Red. HEX triplet: FF, 47 and 5A. RGB value is (255,71,90). Sum of RGB (Red+Green+Blue) = 255+71+90=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF475A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF475A is #00B8A5. Grayscale: #808080. Windows color (decimal): -47270 or 5916671. OLE color: 5916671.
HSL color Cylindrical-coordinate representation of color #FF475A: hue angle of 353.8º 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 #FF475A is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 90 | - |
| CMYK | 0 | 0.72 | 0.65 | 0 |
| HSL | 353.8º | 1% | 0.64% | - |
| HSV(B) | 353.8º | 0.72% | 1% | - |
| XYZ | 45.34 | 26.5 | 12.4 | - |
| YUV | 128.18 | 106.46 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 90 | 0 | 0.72 | 0.65 | 0 | 353.8 | 1 | 0.64 |
| Hex | FF | 47 | 5A | 0 | 48 | 41 | 0 | 162 | 64 | 40 |
| Octal | 377 | 107 | 132 | 0 | 110 | 101 | 0 | 542 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1011010 | 0 | 1001000 | 1000001 | 0 | 101100010 | 1100100 | 1000000 |
Color Harmonies of #FF475A
Complementary color
Monochromatic Colors of #FF475A
Black with #FF475A
Text Example
Text Example
White with #FF475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF475A; }
p { color: rgb(255,71,90); }
H1.HeaderClassName
{
color: #FF475A;
}
.AnyTagClassName
{
color: #FF475A;
}
</style>
background-color css
<style>
a { background-color: #FF475A; }
a { background-color: rgb(255,71,90); }
div.DivClassName
{
background-color: #FF475A;
}
.BgClassName
{
background-color: #FF475A;
}
</style>
border-color css
<style>
span { border-color: #FF475A; }
span { border-color: rgb(255,71,90); }
td.TdClassName
{
border-color: #FF475A;
}
.TagClassName
{
border-color: #FF475A;
}
</style>