Shades of Razzle Dazzle Rose #FC32D3
Tints of Razzle Dazzle Rose #FC32D3
RGB
CMYK
RGB Variations
Color information
#FC32D3 (or 0xFC32D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and D3. RGB value is (252,50,211). Sum of RGB (Red+Green+Blue) = 252+50+211=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32D3 is #03CD2C. Grayscale: #808080. Windows color (decimal): -249133 or 13841148. OLE color: 13841148.
HSL color Cylindrical-coordinate representation of color #FC32D3: hue angle of 312.18º 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 #FC32D3 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 211 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.01 |
| HSL | 312.18º | 0.97% | 0.59% | - |
| HSV(B) | 312.18º | 0.8% | 0.99% | - |
| XYZ | 53.04 | 27.68 | 64.18 | - |
| YUV | 128.75 | 174.42 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 211 | 0 | 0.80 | 0.16 | 0.01 | 312.18 | 0.97 | 0.59 |
| Hex | FC | 32 | D3 | 0 | 50 | 10 | 1 | 138 | 61 | 3B |
| Octal | 374 | 62 | 323 | 0 | 120 | 20 | 1 | 470 | 141 | 73 |
| Binary | 11111100 | 110010 | 11010011 | 0 | 1010000 | 10000 | 1 | 100111000 | 1100001 | 111011 |
Color Harmonies of #FC32D3
Complementary color
Monochromatic Colors of #FC32D3
Black with #FC32D3
Text Example
Text Example
White with #FC32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32D3; }
p { color: rgb(252,50,211); }
H1.HeaderClassName
{
color: #FC32D3;
}
.AnyTagClassName
{
color: #FC32D3;
}
</style>
background-color css
<style>
a { background-color: #FC32D3; }
a { background-color: rgb(252,50,211); }
div.DivClassName
{
background-color: #FC32D3;
}
.BgClassName
{
background-color: #FC32D3;
}
</style>
border-color css
<style>
span { border-color: #FC32D3; }
span { border-color: rgb(252,50,211); }
td.TdClassName
{
border-color: #FC32D3;
}
.TagClassName
{
border-color: #FC32D3;
}
</style>