Shades of Razzle Dazzle Rose #FC2CDD
Tints of Razzle Dazzle Rose #FC2CDD
RGB
CMYK
RGB Variations
Color information
#FC2CDD (or 0xFC2CDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and DD. RGB value is (252,44,221). Sum of RGB (Red+Green+Blue) = 252+44+221=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 44 (17.58% from 255 or 8.51% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CDD is #03D322. Grayscale: #7D7D7D. Windows color (decimal): -250659 or 14494972. OLE color: 14494972.
HSL color Cylindrical-coordinate representation of color #FC2CDD: hue angle of 308.94º 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 #FC2CDD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 221 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.01 |
| HSL | 308.94º | 0.97% | 0.58% | - |
| HSV(B) | 308.94º | 0.83% | 0.99% | - |
| XYZ | 54.1 | 27.72 | 70.91 | - |
| YUV | 126.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 221 | 0 | 0.83 | 0.12 | 0.01 | 308.94 | 0.97 | 0.58 |
| Hex | FC | 2C | DD | 0 | 53 | C | 1 | 135 | 61 | 3A |
| Octal | 374 | 54 | 335 | 0 | 123 | 14 | 1 | 465 | 141 | 72 |
| Binary | 11111100 | 101100 | 11011101 | 0 | 1010011 | 1100 | 1 | 100110101 | 1100001 | 111010 |
Color Harmonies of #FC2CDD
Complementary color
Monochromatic Colors of #FC2CDD
Black with #FC2CDD
Text Example
Text Example
White with #FC2CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CDD; }
p { color: rgb(252,44,221); }
H1.HeaderClassName
{
color: #FC2CDD;
}
.AnyTagClassName
{
color: #FC2CDD;
}
</style>
background-color css
<style>
a { background-color: #FC2CDD; }
a { background-color: rgb(252,44,221); }
div.DivClassName
{
background-color: #FC2CDD;
}
.BgClassName
{
background-color: #FC2CDD;
}
</style>
border-color css
<style>
span { border-color: #FC2CDD; }
span { border-color: rgb(252,44,221); }
td.TdClassName
{
border-color: #FC2CDD;
}
.TagClassName
{
border-color: #FC2CDD;
}
</style>