Shades of Radical Red #FF476C
Tints of Radical Red #FF476C
RGB
CMYK
RGB Variations
Color information
#FF476C (or 0xFF476C) is known color: Radical Red. HEX triplet: FF, 47 and 6C. RGB value is (255,71,108). Sum of RGB (Red+Green+Blue) = 255+71+108=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF476C is #00B893. Grayscale: #828282. Windows color (decimal): -47252 or 7096319. OLE color: 7096319.
HSL color Cylindrical-coordinate representation of color #FF476C: hue angle of 347.93º 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 #FF476C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 108 | - |
| CMYK | 0 | 0.72 | 0.58 | 0 |
| HSL | 347.93º | 1% | 0.64% | - |
| HSV(B) | 347.93º | 0.72% | 1% | - |
| XYZ | 46.2 | 26.85 | 16.93 | - |
| YUV | 130.23 | 115.46 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 108 | 0 | 0.72 | 0.58 | 0 | 347.93 | 1 | 0.64 |
| Hex | FF | 47 | 6C | 0 | 48 | 3A | 0 | 15C | 64 | 40 |
| Octal | 377 | 107 | 154 | 0 | 110 | 72 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1101100 | 0 | 1001000 | 111010 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF476C
Complementary color
Monochromatic Colors of #FF476C
Black with #FF476C
Text Example
Text Example
White with #FF476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF476C; }
p { color: rgb(255,71,108); }
H1.HeaderClassName
{
color: #FF476C;
}
.AnyTagClassName
{
color: #FF476C;
}
</style>
background-color css
<style>
a { background-color: #FF476C; }
a { background-color: rgb(255,71,108); }
div.DivClassName
{
background-color: #FF476C;
}
.BgClassName
{
background-color: #FF476C;
}
</style>
border-color css
<style>
span { border-color: #FF476C; }
span { border-color: rgb(255,71,108); }
td.TdClassName
{
border-color: #FF476C;
}
.TagClassName
{
border-color: #FF476C;
}
</style>