Shades of Razzle Dazzle Rose #FC47C0
Tints of Razzle Dazzle Rose #FC47C0
RGB
CMYK
RGB Variations
Color information
#FC47C0 (or 0xFC47C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and C0. RGB value is (252,71,192). Sum of RGB (Red+Green+Blue) = 252+71+192=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47C0 is #03B83F. Grayscale: #8A8A8A. Windows color (decimal): -243776 or 12601340. OLE color: 12601340.
HSL color Cylindrical-coordinate representation of color #FC47C0: hue angle of 319.89º 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 #FC47C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.01 |
| HSL | 319.89º | 0.97% | 0.63% | - |
| HSV(B) | 319.89º | 0.72% | 0.99% | - |
| XYZ | 51.91 | 29.01 | 52.73 | - |
| YUV | 138.91 | 157.97 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 192 | 0 | 0.72 | 0.24 | 0.01 | 319.89 | 0.97 | 0.63 |
| Hex | FC | 47 | C0 | 0 | 48 | 18 | 1 | 140 | 61 | 3F |
| Octal | 374 | 107 | 300 | 0 | 110 | 30 | 1 | 500 | 141 | 77 |
| Binary | 11111100 | 1000111 | 11000000 | 0 | 1001000 | 11000 | 1 | 101000000 | 1100001 | 111111 |
Color Harmonies of #FC47C0
Complementary color
Monochromatic Colors of #FC47C0
Black with #FC47C0
Text Example
Text Example
White with #FC47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC47C0; }
p { color: rgb(252,71,192); }
H1.HeaderClassName
{
color: #FC47C0;
}
.AnyTagClassName
{
color: #FC47C0;
}
</style>
background-color css
<style>
a { background-color: #FC47C0; }
a { background-color: rgb(252,71,192); }
div.DivClassName
{
background-color: #FC47C0;
}
.BgClassName
{
background-color: #FC47C0;
}
</style>
border-color css
<style>
span { border-color: #FC47C0; }
span { border-color: rgb(252,71,192); }
td.TdClassName
{
border-color: #FC47C0;
}
.TagClassName
{
border-color: #FC47C0;
}
</style>