Shades of Razzle Dazzle Rose #FC36DF
Tints of Razzle Dazzle Rose #FC36DF
RGB
CMYK
RGB Variations
Color information
#FC36DF (or 0xFC36DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 36 and DF. RGB value is (252,54,223). Sum of RGB (Red+Green+Blue) = 252+54+223=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 54 (21.48% from 255 or 10.21% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC36DF is #03C920. Grayscale: #838383. Windows color (decimal): -248097 or 14628604. OLE color: 14628604.
HSL color Cylindrical-coordinate representation of color #FC36DF: hue angle of 308.79º 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 #FC36DF is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 223 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.01 |
| HSL | 308.79º | 0.97% | 0.6% | - |
| HSV(B) | 308.79º | 0.79% | 0.99% | - |
| XYZ | 54.78 | 28.66 | 72.46 | - |
| YUV | 132.47 | 179.1 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 223 | 0 | 0.79 | 0.12 | 0.01 | 308.79 | 0.97 | 0.6 |
| Hex | FC | 36 | DF | 0 | 4F | C | 1 | 135 | 61 | 3C |
| Octal | 374 | 66 | 337 | 0 | 117 | 14 | 1 | 465 | 141 | 74 |
| Binary | 11111100 | 110110 | 11011111 | 0 | 1001111 | 1100 | 1 | 100110101 | 1100001 | 111100 |
Color Harmonies of #FC36DF
Complementary color
Monochromatic Colors of #FC36DF
Black with #FC36DF
Text Example
Text Example
White with #FC36DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC36DF; }
p { color: rgb(252,54,223); }
H1.HeaderClassName
{
color: #FC36DF;
}
.AnyTagClassName
{
color: #FC36DF;
}
</style>
background-color css
<style>
a { background-color: #FC36DF; }
a { background-color: rgb(252,54,223); }
div.DivClassName
{
background-color: #FC36DF;
}
.BgClassName
{
background-color: #FC36DF;
}
</style>
border-color css
<style>
span { border-color: #FC36DF; }
span { border-color: rgb(252,54,223); }
td.TdClassName
{
border-color: #FC36DF;
}
.TagClassName
{
border-color: #FC36DF;
}
</style>