Shades of Razzle Dazzle Rose #FC32DF
Tints of Razzle Dazzle Rose #FC32DF
RGB
CMYK
RGB Variations
Color information
#FC32DF (or 0xFC32DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and DF. RGB value is (252,50,223). Sum of RGB (Red+Green+Blue) = 252+50+223=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 50 (19.92% from 255 or 9.52% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32DF is #03CD20. Grayscale: #818181. Windows color (decimal): -249121 or 14627580. OLE color: 14627580.
HSL color Cylindrical-coordinate representation of color #FC32DF: hue angle of 308.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC32DF is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 223 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.01 |
| HSL | 308.61º | 0.97% | 0.59% | - |
| HSV(B) | 308.61º | 0.8% | 0.99% | - |
| XYZ | 54.6 | 28.3 | 72.4 | - |
| YUV | 130.12 | 180.42 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 223 | 0 | 0.80 | 0.12 | 0.01 | 308.61 | 0.97 | 0.59 |
| Hex | FC | 32 | DF | 0 | 50 | C | 1 | 135 | 61 | 3B |
| Octal | 374 | 62 | 337 | 0 | 120 | 14 | 1 | 465 | 141 | 73 |
| Binary | 11111100 | 110010 | 11011111 | 0 | 1010000 | 1100 | 1 | 100110101 | 1100001 | 111011 |
Color Harmonies of #FC32DF
Complementary color
Monochromatic Colors of #FC32DF
Black with #FC32DF
Text Example
Text Example
White with #FC32DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32DF; }
p { color: rgb(252,50,223); }
H1.HeaderClassName
{
color: #FC32DF;
}
.AnyTagClassName
{
color: #FC32DF;
}
</style>
background-color css
<style>
a { background-color: #FC32DF; }
a { background-color: rgb(252,50,223); }
div.DivClassName
{
background-color: #FC32DF;
}
.BgClassName
{
background-color: #FC32DF;
}
</style>
border-color css
<style>
span { border-color: #FC32DF; }
span { border-color: rgb(252,50,223); }
td.TdClassName
{
border-color: #FC32DF;
}
.TagClassName
{
border-color: #FC32DF;
}
</style>