Shades of Razzle Dazzle Rose #FC36D2
Tints of Razzle Dazzle Rose #FC36D2
RGB
CMYK
RGB Variations
Color information
#FC36D2 (or 0xFC36D2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 36 and D2. RGB value is (252,54,210). Sum of RGB (Red+Green+Blue) = 252+54+210=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 54 (21.48% from 255 or 10.47% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC36D2 is #03C92D. Grayscale: #828282. Windows color (decimal): -248110 or 13776636. OLE color: 13776636.
HSL color Cylindrical-coordinate representation of color #FC36D2: hue angle of 312.73º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36D2 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 210 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.01 |
| HSL | 312.73º | 0.97% | 0.6% | - |
| HSV(B) | 312.73º | 0.79% | 0.99% | - |
| XYZ | 53.1 | 27.99 | 63.58 | - |
| YUV | 130.99 | 172.6 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 210 | 0 | 0.79 | 0.17 | 0.01 | 312.73 | 0.97 | 0.6 |
| Hex | FC | 36 | D2 | 0 | 4F | 11 | 1 | 139 | 61 | 3C |
| Octal | 374 | 66 | 322 | 0 | 117 | 21 | 1 | 471 | 141 | 74 |
| Binary | 11111100 | 110110 | 11010010 | 0 | 1001111 | 10001 | 1 | 100111001 | 1100001 | 111100 |
Color Harmonies of #FC36D2
Complementary color
Monochromatic Colors of #FC36D2
Black with #FC36D2
Text Example
Text Example
White with #FC36D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC36D2; }
p { color: rgb(252,54,210); }
H1.HeaderClassName
{
color: #FC36D2;
}
.AnyTagClassName
{
color: #FC36D2;
}
</style>
background-color css
<style>
a { background-color: #FC36D2; }
a { background-color: rgb(252,54,210); }
div.DivClassName
{
background-color: #FC36D2;
}
.BgClassName
{
background-color: #FC36D2;
}
</style>
border-color css
<style>
span { border-color: #FC36D2; }
span { border-color: rgb(252,54,210); }
td.TdClassName
{
border-color: #FC36D2;
}
.TagClassName
{
border-color: #FC36D2;
}
</style>