Shades of Razzle Dazzle Rose #FC3BDC
Tints of Razzle Dazzle Rose #FC3BDC
RGB
CMYK
RGB Variations
Color information
#FC3BDC (or 0xFC3BDC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3B and DC. RGB value is (252,59,220). Sum of RGB (Red+Green+Blue) = 252+59+220=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 59 (23.44% from 255 or 11.11% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3BDC is #03C423. Grayscale: #868686. Windows color (decimal): -246820 or 14433276. OLE color: 14433276.
HSL color Cylindrical-coordinate representation of color #FC3BDC: hue angle of 309.95º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3BDC is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 220 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.01 |
| HSL | 309.95º | 0.97% | 0.61% | - |
| HSV(B) | 309.95º | 0.77% | 0.99% | - |
| XYZ | 54.63 | 28.99 | 70.43 | - |
| YUV | 135.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 220 | 0 | 0.77 | 0.13 | 0.01 | 309.95 | 0.97 | 0.61 |
| Hex | FC | 3B | DC | 0 | 4D | D | 1 | 136 | 61 | 3D |
| Octal | 374 | 73 | 334 | 0 | 115 | 15 | 1 | 466 | 141 | 75 |
| Binary | 11111100 | 111011 | 11011100 | 0 | 1001101 | 1101 | 1 | 100110110 | 1100001 | 111101 |
Color Harmonies of #FC3BDC
Complementary color
Monochromatic Colors of #FC3BDC
Black with #FC3BDC
Text Example
Text Example
White with #FC3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3BDC; }
p { color: rgb(252,59,220); }
H1.HeaderClassName
{
color: #FC3BDC;
}
.AnyTagClassName
{
color: #FC3BDC;
}
</style>
background-color css
<style>
a { background-color: #FC3BDC; }
a { background-color: rgb(252,59,220); }
div.DivClassName
{
background-color: #FC3BDC;
}
.BgClassName
{
background-color: #FC3BDC;
}
</style>
border-color css
<style>
span { border-color: #FC3BDC; }
span { border-color: rgb(252,59,220); }
td.TdClassName
{
border-color: #FC3BDC;
}
.TagClassName
{
border-color: #FC3BDC;
}
</style>