Shades of Razzle Dazzle Rose #FC32F0
Tints of Razzle Dazzle Rose #FC32F0
RGB
CMYK
RGB Variations
Color information
#FC32F0 (or 0xFC32F0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 32 and F0. RGB value is (252,50,240). Sum of RGB (Red+Green+Blue) = 252+50+240=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 50 (19.92% from 255 or 9.23% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC32F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC32F0 is #03CD0F. Grayscale: #838383. Windows color (decimal): -249104 or 15741692. OLE color: 15741692.
HSL color Cylindrical-coordinate representation of color #FC32F0: hue angle of 303.56º 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 #FC32F0 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 240 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.01 |
| HSL | 303.56º | 0.97% | 0.59% | - |
| HSV(B) | 303.56º | 0.8% | 0.99% | - |
| XYZ | 57.01 | 29.27 | 85.08 | - |
| YUV | 132.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 240 | 0 | 0.80 | 0.05 | 0.01 | 303.56 | 0.97 | 0.59 |
| Hex | FC | 32 | F0 | 0 | 50 | 5 | 1 | 130 | 61 | 3B |
| Octal | 374 | 62 | 360 | 0 | 120 | 5 | 1 | 460 | 141 | 73 |
| Binary | 11111100 | 110010 | 11110000 | 0 | 1010000 | 101 | 1 | 100110000 | 1100001 | 111011 |
Color Harmonies of #FC32F0
Complementary color
Monochromatic Colors of #FC32F0
Black with #FC32F0
Text Example
Text Example
White with #FC32F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC32F0; }
p { color: rgb(252,50,240); }
H1.HeaderClassName
{
color: #FC32F0;
}
.AnyTagClassName
{
color: #FC32F0;
}
</style>
background-color css
<style>
a { background-color: #FC32F0; }
a { background-color: rgb(252,50,240); }
div.DivClassName
{
background-color: #FC32F0;
}
.BgClassName
{
background-color: #FC32F0;
}
</style>
border-color css
<style>
span { border-color: #FC32F0; }
span { border-color: rgb(252,50,240); }
td.TdClassName
{
border-color: #FC32F0;
}
.TagClassName
{
border-color: #FC32F0;
}
</style>