Shades of Razzle Dazzle Rose #FC3DCD
Tints of Razzle Dazzle Rose #FC3DCD
RGB
CMYK
RGB Variations
Color information
#FC3DCD (or 0xFC3DCD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3D and CD. RGB value is (252,61,205). Sum of RGB (Red+Green+Blue) = 252+61+205=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3DCD is #03C232. Grayscale: #868686. Windows color (decimal): -246323 or 13450748. OLE color: 13450748.
HSL color Cylindrical-coordinate representation of color #FC3DCD: hue angle of 314.76º 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 #FC3DCD is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 205 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.01 |
| HSL | 314.76º | 0.97% | 0.61% | - |
| HSV(B) | 314.76º | 0.76% | 0.99% | - |
| XYZ | 52.83 | 28.44 | 60.46 | - |
| YUV | 134.53 | 167.78 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 205 | 0 | 0.76 | 0.19 | 0.01 | 314.76 | 0.97 | 0.61 |
| Hex | FC | 3D | CD | 0 | 4C | 13 | 1 | 13B | 61 | 3D |
| Octal | 374 | 75 | 315 | 0 | 114 | 23 | 1 | 473 | 141 | 75 |
| Binary | 11111100 | 111101 | 11001101 | 0 | 1001100 | 10011 | 1 | 100111011 | 1100001 | 111101 |
Color Harmonies of #FC3DCD
Complementary color
Monochromatic Colors of #FC3DCD
Black with #FC3DCD
Text Example
Text Example
White with #FC3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3DCD; }
p { color: rgb(252,61,205); }
H1.HeaderClassName
{
color: #FC3DCD;
}
.AnyTagClassName
{
color: #FC3DCD;
}
</style>
background-color css
<style>
a { background-color: #FC3DCD; }
a { background-color: rgb(252,61,205); }
div.DivClassName
{
background-color: #FC3DCD;
}
.BgClassName
{
background-color: #FC3DCD;
}
</style>
border-color css
<style>
span { border-color: #FC3DCD; }
span { border-color: rgb(252,61,205); }
td.TdClassName
{
border-color: #FC3DCD;
}
.TagClassName
{
border-color: #FC3DCD;
}
</style>