Shades of Razzle Dazzle Rose #FC3CCD
Tints of Razzle Dazzle Rose #FC3CCD
RGB
CMYK
RGB Variations
Color information
#FC3CCD (or 0xFC3CCD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and CD. RGB value is (252,60,205). Sum of RGB (Red+Green+Blue) = 252+60+205=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 60 (23.83% from 255 or 11.61% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CCD is #03C332. Grayscale: #858585. Windows color (decimal): -246579 or 13450492. OLE color: 13450492.
HSL color Cylindrical-coordinate representation of color #FC3CCD: hue angle of 314.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CCD is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.01 |
| HSL | 314.69º | 0.97% | 0.61% | - |
| HSV(B) | 314.69º | 0.76% | 0.99% | - |
| XYZ | 52.78 | 28.33 | 60.44 | - |
| YUV | 133.94 | 168.11 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 205 | 0 | 0.76 | 0.19 | 0.01 | 314.69 | 0.97 | 0.61 |
| Hex | FC | 3C | CD | 0 | 4C | 13 | 1 | 13B | 61 | 3D |
| Octal | 374 | 74 | 315 | 0 | 114 | 23 | 1 | 473 | 141 | 75 |
| Binary | 11111100 | 111100 | 11001101 | 0 | 1001100 | 10011 | 1 | 100111011 | 1100001 | 111101 |
Color Harmonies of #FC3CCD
Complementary color
Monochromatic Colors of #FC3CCD
Black with #FC3CCD
Text Example
Text Example
White with #FC3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CCD; }
p { color: rgb(252,60,205); }
H1.HeaderClassName
{
color: #FC3CCD;
}
.AnyTagClassName
{
color: #FC3CCD;
}
</style>
background-color css
<style>
a { background-color: #FC3CCD; }
a { background-color: rgb(252,60,205); }
div.DivClassName
{
background-color: #FC3CCD;
}
.BgClassName
{
background-color: #FC3CCD;
}
</style>
border-color css
<style>
span { border-color: #FC3CCD; }
span { border-color: rgb(252,60,205); }
td.TdClassName
{
border-color: #FC3CCD;
}
.TagClassName
{
border-color: #FC3CCD;
}
</style>