Shades of Razzle Dazzle Rose #FC51D1
Tints of Razzle Dazzle Rose #FC51D1
RGB
CMYK
RGB Variations
Color information
#FC51D1 (or 0xFC51D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 51 and D1. RGB value is (252,81,209). Sum of RGB (Red+Green+Blue) = 252+81+209=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 81 (32.03% from 255 or 14.94% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC51D1 is #03AE2E. Grayscale: #929292. Windows color (decimal): -241199 or 13718012. OLE color: 13718012.
HSL color Cylindrical-coordinate representation of color #FC51D1: hue angle of 315.09º 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 #FC51D1 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 209 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.01 |
| HSL | 315.09º | 0.97% | 0.65% | - |
| HSV(B) | 315.09º | 0.68% | 0.99% | - |
| XYZ | 54.6 | 31.18 | 63.46 | - |
| YUV | 146.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 209 | 0 | 0.68 | 0.17 | 0.01 | 315.09 | 0.97 | 0.65 |
| Hex | FC | 51 | D1 | 0 | 44 | 11 | 1 | 13B | 61 | 41 |
| Octal | 374 | 121 | 321 | 0 | 104 | 21 | 1 | 473 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11010001 | 0 | 1000100 | 10001 | 1 | 100111011 | 1100001 | 1000001 |
Color Harmonies of #FC51D1
Complementary color
Monochromatic Colors of #FC51D1
Black with #FC51D1
Text Example
Text Example
White with #FC51D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51D1; }
p { color: rgb(252,81,209); }
H1.HeaderClassName
{
color: #FC51D1;
}
.AnyTagClassName
{
color: #FC51D1;
}
</style>
background-color css
<style>
a { background-color: #FC51D1; }
a { background-color: rgb(252,81,209); }
div.DivClassName
{
background-color: #FC51D1;
}
.BgClassName
{
background-color: #FC51D1;
}
</style>
border-color css
<style>
span { border-color: #FC51D1; }
span { border-color: rgb(252,81,209); }
td.TdClassName
{
border-color: #FC51D1;
}
.TagClassName
{
border-color: #FC51D1;
}
</style>