Shades of Radical Red #FD476C
Tints of Radical Red #FD476C
RGB
CMYK
RGB Variations
Color information
#FD476C (or 0xFD476C) is known color: Radical Red. HEX triplet: FD, 47 and 6C. RGB value is (253,71,108). Sum of RGB (Red+Green+Blue) = 253+71+108=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 71 (28.12% from 255 or 16.44% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD476C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD476C is #02B893. Grayscale: #818181. Windows color (decimal): -178324 or 7096317. OLE color: 7096317.
HSL color Cylindrical-coordinate representation of color #FD476C: hue angle of 347.8º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD476C is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 71 | 108 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.01 |
| HSL | 347.8º | 0.98% | 0.64% | - |
| HSV(B) | 347.8º | 0.72% | 0.99% | - |
| XYZ | 45.47 | 26.47 | 16.9 | - |
| YUV | 129.64 | 115.8 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 71 | 108 | 0 | 0.72 | 0.57 | 0.01 | 347.8 | 0.98 | 0.64 |
| Hex | FD | 47 | 6C | 0 | 48 | 39 | 1 | 15C | 62 | 40 |
| Octal | 375 | 107 | 154 | 0 | 110 | 71 | 1 | 534 | 142 | 100 |
| Binary | 11111101 | 1000111 | 1101100 | 0 | 1001000 | 111001 | 1 | 101011100 | 1100010 | 1000000 |
Color Harmonies of #FD476C
Complementary color
Monochromatic Colors of #FD476C
Black with #FD476C
Text Example
Text Example
White with #FD476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD476C; }
p { color: rgb(253,71,108); }
H1.HeaderClassName
{
color: #FD476C;
}
.AnyTagClassName
{
color: #FD476C;
}
</style>
background-color css
<style>
a { background-color: #FD476C; }
a { background-color: rgb(253,71,108); }
div.DivClassName
{
background-color: #FD476C;
}
.BgClassName
{
background-color: #FD476C;
}
</style>
border-color css
<style>
span { border-color: #FD476C; }
span { border-color: rgb(253,71,108); }
td.TdClassName
{
border-color: #FD476C;
}
.TagClassName
{
border-color: #FD476C;
}
</style>