Shades of Razzle Dazzle Rose #FC32C3
Tints of Razzle Dazzle Rose #FC32C3
RGB
CMYK
RGB Variations
Color information
#FC32C3 (or 0xFC32C3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and C3. RGB value is (252,50,195). Sum of RGB (Red+Green+Blue) = 252+50+195=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 195 (76.56% from 255 or 39.24% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32C3 is #03CD3C. Grayscale: #7E7E7E. Windows color (decimal): -249149 or 12792572. OLE color: 12792572.
HSL color Cylindrical-coordinate representation of color #FC32C3: hue angle of 316.93º 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 #FC32C3 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 195 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.01 |
| HSL | 316.93º | 0.97% | 0.59% | - |
| HSV(B) | 316.93º | 0.8% | 0.99% | - |
| XYZ | 51.14 | 26.92 | 54.13 | - |
| YUV | 126.93 | 166.42 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 195 | 0 | 0.80 | 0.23 | 0.01 | 316.93 | 0.97 | 0.59 |
| Hex | FC | 32 | C3 | 0 | 50 | 17 | 1 | 13D | 61 | 3B |
| Octal | 374 | 62 | 303 | 0 | 120 | 27 | 1 | 475 | 141 | 73 |
| Binary | 11111100 | 110010 | 11000011 | 0 | 1010000 | 10111 | 1 | 100111101 | 1100001 | 111011 |
Color Harmonies of #FC32C3
Complementary color
Monochromatic Colors of #FC32C3
Black with #FC32C3
Text Example
Text Example
White with #FC32C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32C3; }
p { color: rgb(252,50,195); }
H1.HeaderClassName
{
color: #FC32C3;
}
.AnyTagClassName
{
color: #FC32C3;
}
</style>
background-color css
<style>
a { background-color: #FC32C3; }
a { background-color: rgb(252,50,195); }
div.DivClassName
{
background-color: #FC32C3;
}
.BgClassName
{
background-color: #FC32C3;
}
</style>
border-color css
<style>
span { border-color: #FC32C3; }
span { border-color: rgb(252,50,195); }
td.TdClassName
{
border-color: #FC32C3;
}
.TagClassName
{
border-color: #FC32C3;
}
</style>