Shades of Razzle Dazzle Rose #FC2CDC
Tints of Razzle Dazzle Rose #FC2CDC
RGB
CMYK
RGB Variations
Color information
#FC2CDC (or 0xFC2CDC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and DC. RGB value is (252,44,220). Sum of RGB (Red+Green+Blue) = 252+44+220=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 44 (17.58% from 255 or 8.53% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CDC is #03D323. Grayscale: #7D7D7D. Windows color (decimal): -250660 or 14429436. OLE color: 14429436.
HSL color Cylindrical-coordinate representation of color #FC2CDC: hue angle of 309.23º 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 #FC2CDC is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 220 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.23º | 0.97% | 0.58% | - |
| HSV(B) | 309.23º | 0.83% | 0.99% | - |
| XYZ | 53.96 | 27.66 | 70.21 | - |
| YUV | 126.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 220 | 0 | 0.83 | 0.13 | 0.01 | 309.23 | 0.97 | 0.58 |
| Hex | FC | 2C | DC | 0 | 53 | D | 1 | 135 | 61 | 3A |
| Octal | 374 | 54 | 334 | 0 | 123 | 15 | 1 | 465 | 141 | 72 |
| Binary | 11111100 | 101100 | 11011100 | 0 | 1010011 | 1101 | 1 | 100110101 | 1100001 | 111010 |
Color Harmonies of #FC2CDC
Complementary color
Monochromatic Colors of #FC2CDC
Black with #FC2CDC
Text Example
Text Example
White with #FC2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CDC; }
p { color: rgb(252,44,220); }
H1.HeaderClassName
{
color: #FC2CDC;
}
.AnyTagClassName
{
color: #FC2CDC;
}
</style>
background-color css
<style>
a { background-color: #FC2CDC; }
a { background-color: rgb(252,44,220); }
div.DivClassName
{
background-color: #FC2CDC;
}
.BgClassName
{
background-color: #FC2CDC;
}
</style>
border-color css
<style>
span { border-color: #FC2CDC; }
span { border-color: rgb(252,44,220); }
td.TdClassName
{
border-color: #FC2CDC;
}
.TagClassName
{
border-color: #FC2CDC;
}
</style>