Shades of Razzle Dazzle Rose #FC2ADC
Tints of Razzle Dazzle Rose #FC2ADC
RGB
CMYK
RGB Variations
Color information
#FC2ADC (or 0xFC2ADC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2A and DC. RGB value is (252,42,220). Sum of RGB (Red+Green+Blue) = 252+42+220=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ADC is #03D523. Grayscale: #7C7C7C. Windows color (decimal): -251172 or 14428924. OLE color: 14428924.
HSL color Cylindrical-coordinate representation of color #FC2ADC: hue angle of 309.14º 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 #FC2ADC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 220 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.14º | 0.97% | 0.58% | - |
| HSV(B) | 309.14º | 0.83% | 0.99% | - |
| XYZ | 53.89 | 27.52 | 70.18 | - |
| YUV | 125.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 220 | 0 | 0.83 | 0.13 | 0.01 | 309.14 | 0.97 | 0.58 |
| Hex | FC | 2A | DC | 0 | 53 | D | 1 | 135 | 61 | 3A |
| Octal | 374 | 52 | 334 | 0 | 123 | 15 | 1 | 465 | 141 | 72 |
| Binary | 11111100 | 101010 | 11011100 | 0 | 1010011 | 1101 | 1 | 100110101 | 1100001 | 111010 |
Color Harmonies of #FC2ADC
Complementary color
Monochromatic Colors of #FC2ADC
Black with #FC2ADC
Text Example
Text Example
White with #FC2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2ADC; }
p { color: rgb(252,42,220); }
H1.HeaderClassName
{
color: #FC2ADC;
}
.AnyTagClassName
{
color: #FC2ADC;
}
</style>
background-color css
<style>
a { background-color: #FC2ADC; }
a { background-color: rgb(252,42,220); }
div.DivClassName
{
background-color: #FC2ADC;
}
.BgClassName
{
background-color: #FC2ADC;
}
</style>
border-color css
<style>
span { border-color: #FC2ADC; }
span { border-color: rgb(252,42,220); }
td.TdClassName
{
border-color: #FC2ADC;
}
.TagClassName
{
border-color: #FC2ADC;
}
</style>