Shades of Violet Red #FC477D
Tints of Violet Red #FC477D
RGB
CMYK
RGB Variations
Color information
#FC477D (or 0xFC477D) is known color: Violet Red. HEX triplet: FC, 47 and 7D. RGB value is (252,71,125). Sum of RGB (Red+Green+Blue) = 252+71+125=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC477D is #03B882. Grayscale: #838383. Windows color (decimal): -243843 or 8210428. OLE color: 8210428.
HSL color Cylindrical-coordinate representation of color #FC477D: hue angle of 342.1º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC477D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 125 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.01 |
| HSL | 342.1º | 0.97% | 0.63% | - |
| HSV(B) | 342.1º | 0.72% | 0.99% | - |
| XYZ | 46.1 | 26.68 | 22.12 | - |
| YUV | 131.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 125 | 0 | 0.72 | 0.50 | 0.01 | 342.1 | 0.97 | 0.63 |
| Hex | FC | 47 | 7D | 0 | 48 | 32 | 1 | 156 | 61 | 3F |
| Octal | 374 | 107 | 175 | 0 | 110 | 62 | 1 | 526 | 141 | 77 |
| Binary | 11111100 | 1000111 | 1111101 | 0 | 1001000 | 110010 | 1 | 101010110 | 1100001 | 111111 |
Color Harmonies of #FC477D
Complementary color
Monochromatic Colors of #FC477D
Black with #FC477D
Text Example
Text Example
White with #FC477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC477D; }
p { color: rgb(252,71,125); }
H1.HeaderClassName
{
color: #FC477D;
}
.AnyTagClassName
{
color: #FC477D;
}
</style>
background-color css
<style>
a { background-color: #FC477D; }
a { background-color: rgb(252,71,125); }
div.DivClassName
{
background-color: #FC477D;
}
.BgClassName
{
background-color: #FC477D;
}
</style>
border-color css
<style>
span { border-color: #FC477D; }
span { border-color: rgb(252,71,125); }
td.TdClassName
{
border-color: #FC477D;
}
.TagClassName
{
border-color: #FC477D;
}
</style>