Shades of Razzle Dazzle Rose #FC2CDA
Tints of Razzle Dazzle Rose #FC2CDA
RGB
CMYK
RGB Variations
Color information
#FC2CDA (or 0xFC2CDA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and DA. RGB value is (252,44,218). Sum of RGB (Red+Green+Blue) = 252+44+218=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CDA is #03D325. Grayscale: #7D7D7D. Windows color (decimal): -250662 or 14298364. OLE color: 14298364.
HSL color Cylindrical-coordinate representation of color #FC2CDA: hue angle of 309.81º 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 #FC2CDA is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 218 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.01 |
| HSL | 309.81º | 0.97% | 0.58% | - |
| HSV(B) | 309.81º | 0.83% | 0.99% | - |
| XYZ | 53.7 | 27.56 | 68.82 | - |
| YUV | 126.03 | 179.91 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 218 | 0 | 0.83 | 0.13 | 0.01 | 309.81 | 0.97 | 0.58 |
| Hex | FC | 2C | DA | 0 | 53 | D | 1 | 136 | 61 | 3A |
| Octal | 374 | 54 | 332 | 0 | 123 | 15 | 1 | 466 | 141 | 72 |
| Binary | 11111100 | 101100 | 11011010 | 0 | 1010011 | 1101 | 1 | 100110110 | 1100001 | 111010 |
Color Harmonies of #FC2CDA
Complementary color
Monochromatic Colors of #FC2CDA
Black with #FC2CDA
Text Example
Text Example
White with #FC2CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CDA; }
p { color: rgb(252,44,218); }
H1.HeaderClassName
{
color: #FC2CDA;
}
.AnyTagClassName
{
color: #FC2CDA;
}
</style>
background-color css
<style>
a { background-color: #FC2CDA; }
a { background-color: rgb(252,44,218); }
div.DivClassName
{
background-color: #FC2CDA;
}
.BgClassName
{
background-color: #FC2CDA;
}
</style>
border-color css
<style>
span { border-color: #FC2CDA; }
span { border-color: rgb(252,44,218); }
td.TdClassName
{
border-color: #FC2CDA;
}
.TagClassName
{
border-color: #FC2CDA;
}
</style>