Shades of Razzle Dazzle Rose #FC47DB
Tints of Razzle Dazzle Rose #FC47DB
RGB
CMYK
RGB Variations
Color information
#FC47DB (or 0xFC47DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 47 and DB. RGB value is (252,71,219). Sum of RGB (Red+Green+Blue) = 252+71+219=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 71 (28.12% from 255 or 13.10% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC47DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC47DB is #03B824. Grayscale: #8D8D8D. Windows color (decimal): -243749 or 14370812. OLE color: 14370812.
HSL color Cylindrical-coordinate representation of color #FC47DB: hue angle of 310.94º 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 #FC47DB is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 219 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.01 |
| HSL | 310.94º | 0.97% | 0.63% | - |
| HSV(B) | 310.94º | 0.72% | 0.99% | - |
| XYZ | 55.18 | 30.32 | 69.96 | - |
| YUV | 141.99 | 171.47 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 219 | 0 | 0.72 | 0.13 | 0.01 | 310.94 | 0.97 | 0.63 |
| Hex | FC | 47 | DB | 0 | 48 | D | 1 | 137 | 61 | 3F |
| Octal | 374 | 107 | 333 | 0 | 110 | 15 | 1 | 467 | 141 | 77 |
| Binary | 11111100 | 1000111 | 11011011 | 0 | 1001000 | 1101 | 1 | 100110111 | 1100001 | 111111 |
Color Harmonies of #FC47DB
Complementary color
Monochromatic Colors of #FC47DB
Black with #FC47DB
Text Example
Text Example
White with #FC47DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC47DB; }
p { color: rgb(252,71,219); }
H1.HeaderClassName
{
color: #FC47DB;
}
.AnyTagClassName
{
color: #FC47DB;
}
</style>
background-color css
<style>
a { background-color: #FC47DB; }
a { background-color: rgb(252,71,219); }
div.DivClassName
{
background-color: #FC47DB;
}
.BgClassName
{
background-color: #FC47DB;
}
</style>
border-color css
<style>
span { border-color: #FC47DB; }
span { border-color: rgb(252,71,219); }
td.TdClassName
{
border-color: #FC47DB;
}
.TagClassName
{
border-color: #FC47DB;
}
</style>