Shades of Razzle Dazzle Rose #FC2CDE
Tints of Razzle Dazzle Rose #FC2CDE
RGB
CMYK
RGB Variations
Color information
#FC2CDE (or 0xFC2CDE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and DE. RGB value is (252,44,222). Sum of RGB (Red+Green+Blue) = 252+44+222=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 44 (17.58% from 255 or 8.49% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CDE is #03D321. Grayscale: #7D7D7D. Windows color (decimal): -250658 or 14560508. OLE color: 14560508.
HSL color Cylindrical-coordinate representation of color #FC2CDE: hue angle of 308.65º 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 #FC2CDE is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 222 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.01 |
| HSL | 308.65º | 0.97% | 0.58% | - |
| HSV(B) | 308.65º | 0.83% | 0.99% | - |
| XYZ | 54.23 | 27.77 | 71.61 | - |
| YUV | 126.48 | 181.91 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 222 | 0 | 0.83 | 0.12 | 0.01 | 308.65 | 0.97 | 0.58 |
| Hex | FC | 2C | DE | 0 | 53 | C | 1 | 135 | 61 | 3A |
| Octal | 374 | 54 | 336 | 0 | 123 | 14 | 1 | 465 | 141 | 72 |
| Binary | 11111100 | 101100 | 11011110 | 0 | 1010011 | 1100 | 1 | 100110101 | 1100001 | 111010 |
Color Harmonies of #FC2CDE
Complementary color
Monochromatic Colors of #FC2CDE
Black with #FC2CDE
Text Example
Text Example
White with #FC2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CDE; }
p { color: rgb(252,44,222); }
H1.HeaderClassName
{
color: #FC2CDE;
}
.AnyTagClassName
{
color: #FC2CDE;
}
</style>
background-color css
<style>
a { background-color: #FC2CDE; }
a { background-color: rgb(252,44,222); }
div.DivClassName
{
background-color: #FC2CDE;
}
.BgClassName
{
background-color: #FC2CDE;
}
</style>
border-color css
<style>
span { border-color: #FC2CDE; }
span { border-color: rgb(252,44,222); }
td.TdClassName
{
border-color: #FC2CDE;
}
.TagClassName
{
border-color: #FC2CDE;
}
</style>