Shades of Razzle Dazzle Rose #FC2FCC
Tints of Razzle Dazzle Rose #FC2FCC
RGB
CMYK
RGB Variations
Color information
#FC2FCC (or 0xFC2FCC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2F and CC. RGB value is (252,47,204). Sum of RGB (Red+Green+Blue) = 252+47+204=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 47 (18.75% from 255 or 9.34% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2FCC is #03D033. Grayscale: #7D7D7D. Windows color (decimal): -249908 or 13381628. OLE color: 13381628.
HSL color Cylindrical-coordinate representation of color #FC2FCC: hue angle of 314.05º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FCC is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 204 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.01 |
| HSL | 314.05º | 0.97% | 0.59% | - |
| HSV(B) | 314.05º | 0.81% | 0.99% | - |
| XYZ | 52.06 | 27.09 | 59.61 | - |
| YUV | 126.19 | 171.92 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 204 | 0 | 0.81 | 0.19 | 0.01 | 314.05 | 0.97 | 0.59 |
| Hex | FC | 2F | CC | 0 | 51 | 13 | 1 | 13A | 61 | 3B |
| Octal | 374 | 57 | 314 | 0 | 121 | 23 | 1 | 472 | 141 | 73 |
| Binary | 11111100 | 101111 | 11001100 | 0 | 1010001 | 10011 | 1 | 100111010 | 1100001 | 111011 |
Color Harmonies of #FC2FCC
Complementary color
Monochromatic Colors of #FC2FCC
Black with #FC2FCC
Text Example
Text Example
White with #FC2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FCC; }
p { color: rgb(252,47,204); }
H1.HeaderClassName
{
color: #FC2FCC;
}
.AnyTagClassName
{
color: #FC2FCC;
}
</style>
background-color css
<style>
a { background-color: #FC2FCC; }
a { background-color: rgb(252,47,204); }
div.DivClassName
{
background-color: #FC2FCC;
}
.BgClassName
{
background-color: #FC2FCC;
}
</style>
border-color css
<style>
span { border-color: #FC2FCC; }
span { border-color: rgb(252,47,204); }
td.TdClassName
{
border-color: #FC2FCC;
}
.TagClassName
{
border-color: #FC2FCC;
}
</style>