Shades of Razzle Dazzle Rose #FC32C1
Tints of Razzle Dazzle Rose #FC32C1
RGB
CMYK
RGB Variations
Color information
#FC32C1 (or 0xFC32C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and C1. RGB value is (252,50,193). Sum of RGB (Red+Green+Blue) = 252+50+193=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC32C1 is #03CD3E. Grayscale: #7E7E7E. Windows color (decimal): -249151 or 12661500. OLE color: 12661500.
HSL color Cylindrical-coordinate representation of color #FC32C1: hue angle of 317.52º 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 #FC32C1 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 193 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.01 |
| HSL | 317.52º | 0.97% | 0.59% | - |
| HSV(B) | 317.52º | 0.8% | 0.99% | - |
| XYZ | 50.91 | 26.83 | 52.95 | - |
| YUV | 126.7 | 165.42 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 193 | 0 | 0.80 | 0.23 | 0.01 | 317.52 | 0.97 | 0.59 |
| Hex | FC | 32 | C1 | 0 | 50 | 17 | 1 | 13E | 61 | 3B |
| Octal | 374 | 62 | 301 | 0 | 120 | 27 | 1 | 476 | 141 | 73 |
| Binary | 11111100 | 110010 | 11000001 | 0 | 1010000 | 10111 | 1 | 100111110 | 1100001 | 111011 |
Color Harmonies of #FC32C1
Complementary color
Monochromatic Colors of #FC32C1
Black with #FC32C1
Text Example
Text Example
White with #FC32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32C1; }
p { color: rgb(252,50,193); }
H1.HeaderClassName
{
color: #FC32C1;
}
.AnyTagClassName
{
color: #FC32C1;
}
</style>
background-color css
<style>
a { background-color: #FC32C1; }
a { background-color: rgb(252,50,193); }
div.DivClassName
{
background-color: #FC32C1;
}
.BgClassName
{
background-color: #FC32C1;
}
</style>
border-color css
<style>
span { border-color: #FC32C1; }
span { border-color: rgb(252,50,193); }
td.TdClassName
{
border-color: #FC32C1;
}
.TagClassName
{
border-color: #FC32C1;
}
</style>