Shades of Razzle Dazzle Rose #FC2ECD
Tints of Razzle Dazzle Rose #FC2ECD
RGB
CMYK
RGB Variations
Color information
#FC2ECD (or 0xFC2ECD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and CD. RGB value is (252,46,205). Sum of RGB (Red+Green+Blue) = 252+46+205=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 46 (18.36% from 255 or 9.15% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ECD is #03D132. Grayscale: #7D7D7D. Windows color (decimal): -250163 or 13446908. OLE color: 13446908.
HSL color Cylindrical-coordinate representation of color #FC2ECD: hue angle of 313.69º 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 #FC2ECD is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 205 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.01 |
| HSL | 313.69º | 0.97% | 0.58% | - |
| HSV(B) | 313.69º | 0.82% | 0.99% | - |
| XYZ | 52.14 | 27.06 | 60.23 | - |
| YUV | 125.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 205 | 0 | 0.82 | 0.19 | 0.01 | 313.69 | 0.97 | 0.58 |
| Hex | FC | 2E | CD | 0 | 52 | 13 | 1 | 13A | 61 | 3A |
| Octal | 374 | 56 | 315 | 0 | 122 | 23 | 1 | 472 | 141 | 72 |
| Binary | 11111100 | 101110 | 11001101 | 0 | 1010010 | 10011 | 1 | 100111010 | 1100001 | 111010 |
Color Harmonies of #FC2ECD
Complementary color
Monochromatic Colors of #FC2ECD
Black with #FC2ECD
Text Example
Text Example
White with #FC2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2ECD; }
p { color: rgb(252,46,205); }
H1.HeaderClassName
{
color: #FC2ECD;
}
.AnyTagClassName
{
color: #FC2ECD;
}
</style>
background-color css
<style>
a { background-color: #FC2ECD; }
a { background-color: rgb(252,46,205); }
div.DivClassName
{
background-color: #FC2ECD;
}
.BgClassName
{
background-color: #FC2ECD;
}
</style>
border-color css
<style>
span { border-color: #FC2ECD; }
span { border-color: rgb(252,46,205); }
td.TdClassName
{
border-color: #FC2ECD;
}
.TagClassName
{
border-color: #FC2ECD;
}
</style>