Shades of Razzle Dazzle Rose #FC2DDA
Tints of Razzle Dazzle Rose #FC2DDA
RGB
CMYK
RGB Variations
Color information
#FC2DDA (or 0xFC2DDA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2D and DA. RGB value is (252,45,218). Sum of RGB (Red+Green+Blue) = 252+45+218=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DDA is #03D225. Grayscale: #7E7E7E. Windows color (decimal): -250406 or 14298620. OLE color: 14298620.
HSL color Cylindrical-coordinate representation of color #FC2DDA: hue angle of 309.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DDA is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 45 | 218 | - |
CMYK | 0 | 0.82 | 0.13 | 0.01 |
HSL | 309.86º | 0.97% | 0.58% | - |
HSV(B) | 309.86º | 0.82% | 0.99% | - |
XYZ | 53.74 | 27.63 | 68.83 | - |
YUV | 126.62 | 179.58 | 217.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 45 | 218 | 0 | 0.82 | 0.13 | 0.01 | 309.86 | 0.97 | 0.58 |
Hex | FC | 2D | DA | 0 | 52 | D | 1 | 136 | 61 | 3A |
Octal | 374 | 55 | 332 | 0 | 122 | 15 | 1 | 466 | 141 | 72 |
Binary | 11111100 | 101101 | 11011010 | 0 | 1010010 | 1101 | 1 | 100110110 | 1100001 | 111010 |
Color Harmonies of #FC2DDA
Complementary color
Monochromatic Colors of #FC2DDA
Black with #FC2DDA
Text Example
Text Example
White with #FC2DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DDA; }
p { color: rgb(252,45,218); }
H1.HeaderClassName
{
color: #FC2DDA;
}
.AnyTagClassName
{
color: #FC2DDA;
}
</style>
background-color css
<style>
a { background-color: #FC2DDA; }
a { background-color: rgb(252,45,218); }
div.DivClassName
{
background-color: #FC2DDA;
}
.BgClassName
{
background-color: #FC2DDA;
}
</style>
border-color css
<style>
span { border-color: #FC2DDA; }
span { border-color: rgb(252,45,218); }
td.TdClassName
{
border-color: #FC2DDA;
}
.TagClassName
{
border-color: #FC2DDA;
}
</style>