Shades of Razzle Dazzle Rose #FC2FDD
Tints of Razzle Dazzle Rose #FC2FDD
RGB
CMYK
RGB Variations
Color information
#FC2FDD (or 0xFC2FDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2F and DD. RGB value is (252,47,221). Sum of RGB (Red+Green+Blue) = 252+47+221=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 47 (18.75% from 255 or 9.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2FDD is #03D022. Grayscale: #7F7F7F. Windows color (decimal): -249891 or 14495740. OLE color: 14495740.
HSL color Cylindrical-coordinate representation of color #FC2FDD: hue angle of 309.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2FDD is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 221 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.01 |
| HSL | 309.07º | 0.97% | 0.59% | - |
| HSV(B) | 309.07º | 0.81% | 0.99% | - |
| XYZ | 54.21 | 27.95 | 70.94 | - |
| YUV | 128.13 | 180.42 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 221 | 0 | 0.81 | 0.12 | 0.01 | 309.07 | 0.97 | 0.59 |
| Hex | FC | 2F | DD | 0 | 51 | C | 1 | 135 | 61 | 3B |
| Octal | 374 | 57 | 335 | 0 | 121 | 14 | 1 | 465 | 141 | 73 |
| Binary | 11111100 | 101111 | 11011101 | 0 | 1010001 | 1100 | 1 | 100110101 | 1100001 | 111011 |
Color Harmonies of #FC2FDD
Complementary color
Monochromatic Colors of #FC2FDD
Black with #FC2FDD
Text Example
Text Example
White with #FC2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2FDD; }
p { color: rgb(252,47,221); }
H1.HeaderClassName
{
color: #FC2FDD;
}
.AnyTagClassName
{
color: #FC2FDD;
}
</style>
background-color css
<style>
a { background-color: #FC2FDD; }
a { background-color: rgb(252,47,221); }
div.DivClassName
{
background-color: #FC2FDD;
}
.BgClassName
{
background-color: #FC2FDD;
}
</style>
border-color css
<style>
span { border-color: #FC2FDD; }
span { border-color: rgb(252,47,221); }
td.TdClassName
{
border-color: #FC2FDD;
}
.TagClassName
{
border-color: #FC2FDD;
}
</style>