Shades of Razzle Dazzle Rose #FC4BDC
Tints of Razzle Dazzle Rose #FC4BDC
RGB
CMYK
RGB Variations
Color information
#FC4BDC (or 0xFC4BDC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4B and DC. RGB value is (252,75,220). Sum of RGB (Red+Green+Blue) = 252+75+220=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 75 (29.69% from 255 or 13.71% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BDC is #03B423. Grayscale: #909090. Windows color (decimal): -242724 or 14437372. OLE color: 14437372.
HSL color Cylindrical-coordinate representation of color #FC4BDC: hue angle of 310.85º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BDC is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 220 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.01 |
| HSL | 310.85º | 0.97% | 0.64% | - |
| HSV(B) | 310.85º | 0.7% | 0.99% | - |
| XYZ | 55.58 | 30.89 | 70.74 | - |
| YUV | 144.45 | 170.64 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 220 | 0 | 0.70 | 0.13 | 0.01 | 310.85 | 0.97 | 0.64 |
| Hex | FC | 4B | DC | 0 | 46 | D | 1 | 137 | 61 | 40 |
| Octal | 374 | 113 | 334 | 0 | 106 | 15 | 1 | 467 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11011100 | 0 | 1000110 | 1101 | 1 | 100110111 | 1100001 | 1000000 |
Color Harmonies of #FC4BDC
Complementary color
Monochromatic Colors of #FC4BDC
Black with #FC4BDC
Text Example
Text Example
White with #FC4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BDC; }
p { color: rgb(252,75,220); }
H1.HeaderClassName
{
color: #FC4BDC;
}
.AnyTagClassName
{
color: #FC4BDC;
}
</style>
background-color css
<style>
a { background-color: #FC4BDC; }
a { background-color: rgb(252,75,220); }
div.DivClassName
{
background-color: #FC4BDC;
}
.BgClassName
{
background-color: #FC4BDC;
}
</style>
border-color css
<style>
span { border-color: #FC4BDC; }
span { border-color: rgb(252,75,220); }
td.TdClassName
{
border-color: #FC4BDC;
}
.TagClassName
{
border-color: #FC4BDC;
}
</style>