Shades of Razzle Dazzle Rose #FC2ACC
Tints of Razzle Dazzle Rose #FC2ACC
RGB
CMYK
RGB Variations
Color information
#FC2ACC (or 0xFC2ACC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2A and CC. RGB value is (252,42,204). Sum of RGB (Red+Green+Blue) = 252+42+204=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ACC is #03D533. Grayscale: #7A7A7A. Windows color (decimal): -251188 or 13380348. OLE color: 13380348.
HSL color Cylindrical-coordinate representation of color #FC2ACC: hue angle of 313.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2ACC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 204 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.01 |
| HSL | 313.71º | 0.97% | 0.58% | - |
| HSV(B) | 313.71º | 0.83% | 0.99% | - |
| XYZ | 51.87 | 26.71 | 59.55 | - |
| YUV | 123.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 204 | 0 | 0.83 | 0.19 | 0.01 | 313.71 | 0.97 | 0.58 |
| Hex | FC | 2A | CC | 0 | 53 | 13 | 1 | 13A | 61 | 3A |
| Octal | 374 | 52 | 314 | 0 | 123 | 23 | 1 | 472 | 141 | 72 |
| Binary | 11111100 | 101010 | 11001100 | 0 | 1010011 | 10011 | 1 | 100111010 | 1100001 | 111010 |
Color Harmonies of #FC2ACC
Complementary color
Monochromatic Colors of #FC2ACC
Black with #FC2ACC
Text Example
Text Example
White with #FC2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2ACC; }
p { color: rgb(252,42,204); }
H1.HeaderClassName
{
color: #FC2ACC;
}
.AnyTagClassName
{
color: #FC2ACC;
}
</style>
background-color css
<style>
a { background-color: #FC2ACC; }
a { background-color: rgb(252,42,204); }
div.DivClassName
{
background-color: #FC2ACC;
}
.BgClassName
{
background-color: #FC2ACC;
}
</style>
border-color css
<style>
span { border-color: #FC2ACC; }
span { border-color: rgb(252,42,204); }
td.TdClassName
{
border-color: #FC2ACC;
}
.TagClassName
{
border-color: #FC2ACC;
}
</style>