Shades of Razzle Dazzle Rose #FC51D2
Tints of Razzle Dazzle Rose #FC51D2
RGB
CMYK
RGB Variations
Color information
#FC51D2 (or 0xFC51D2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 51 and D2. RGB value is (252,81,210). Sum of RGB (Red+Green+Blue) = 252+81+210=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 81 (32.03% from 255 or 14.92% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51D2 is #03AE2D. Grayscale: #929292. Windows color (decimal): -241198 or 13783548. OLE color: 13783548.
HSL color Cylindrical-coordinate representation of color #FC51D2: hue angle of 314.74º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51D2 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 210 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.01 |
| HSL | 314.74º | 0.97% | 0.65% | - |
| HSV(B) | 314.74º | 0.68% | 0.99% | - |
| XYZ | 54.72 | 31.23 | 64.12 | - |
| YUV | 146.84 | 163.65 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 210 | 0 | 0.68 | 0.17 | 0.01 | 314.74 | 0.97 | 0.65 |
| Hex | FC | 51 | D2 | 0 | 44 | 11 | 1 | 13B | 61 | 41 |
| Octal | 374 | 121 | 322 | 0 | 104 | 21 | 1 | 473 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11010010 | 0 | 1000100 | 10001 | 1 | 100111011 | 1100001 | 1000001 |
Color Harmonies of #FC51D2
Complementary color
Monochromatic Colors of #FC51D2
Black with #FC51D2
Text Example
Text Example
White with #FC51D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51D2; }
p { color: rgb(252,81,210); }
H1.HeaderClassName
{
color: #FC51D2;
}
.AnyTagClassName
{
color: #FC51D2;
}
</style>
background-color css
<style>
a { background-color: #FC51D2; }
a { background-color: rgb(252,81,210); }
div.DivClassName
{
background-color: #FC51D2;
}
.BgClassName
{
background-color: #FC51D2;
}
</style>
border-color css
<style>
span { border-color: #FC51D2; }
span { border-color: rgb(252,81,210); }
td.TdClassName
{
border-color: #FC51D2;
}
.TagClassName
{
border-color: #FC51D2;
}
</style>