Shades of Razzle Dazzle Rose #FC2CC2
Tints of Razzle Dazzle Rose #FC2CC2
RGB
CMYK
RGB Variations
Color information
#FC2CC2 (or 0xFC2CC2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and C2. RGB value is (252,44,194). Sum of RGB (Red+Green+Blue) = 252+44+194=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 44 (17.58% from 255 or 8.98% from 490); Blue value is 194 (76.17% from 255 or 39.59% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CC2 is #03D33D. Grayscale: #7A7A7A. Windows color (decimal): -250686 or 12725500. OLE color: 12725500.
HSL color Cylindrical-coordinate representation of color #FC2CC2: hue angle of 316.73º 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 #FC2CC2 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 194 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.01 |
| HSL | 316.73º | 0.97% | 0.58% | - |
| HSV(B) | 316.73º | 0.83% | 0.99% | - |
| XYZ | 50.78 | 26.39 | 53.46 | - |
| YUV | 123.29 | 167.91 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 194 | 0 | 0.83 | 0.23 | 0.01 | 316.73 | 0.97 | 0.58 |
| Hex | FC | 2C | C2 | 0 | 53 | 17 | 1 | 13D | 61 | 3A |
| Octal | 374 | 54 | 302 | 0 | 123 | 27 | 1 | 475 | 141 | 72 |
| Binary | 11111100 | 101100 | 11000010 | 0 | 1010011 | 10111 | 1 | 100111101 | 1100001 | 111010 |
Color Harmonies of #FC2CC2
Complementary color
Monochromatic Colors of #FC2CC2
Black with #FC2CC2
Text Example
Text Example
White with #FC2CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CC2; }
p { color: rgb(252,44,194); }
H1.HeaderClassName
{
color: #FC2CC2;
}
.AnyTagClassName
{
color: #FC2CC2;
}
</style>
background-color css
<style>
a { background-color: #FC2CC2; }
a { background-color: rgb(252,44,194); }
div.DivClassName
{
background-color: #FC2CC2;
}
.BgClassName
{
background-color: #FC2CC2;
}
</style>
border-color css
<style>
span { border-color: #FC2CC2; }
span { border-color: rgb(252,44,194); }
td.TdClassName
{
border-color: #FC2CC2;
}
.TagClassName
{
border-color: #FC2CC2;
}
</style>