Shades of Razzle Dazzle Rose #FC2ECE
Tints of Razzle Dazzle Rose #FC2ECE
RGB
CMYK
RGB Variations
Color information
#FC2ECE (or 0xFC2ECE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and CE. RGB value is (252,46,206). Sum of RGB (Red+Green+Blue) = 252+46+206=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ECE is #03D131. Grayscale: #7D7D7D. Windows color (decimal): -250162 or 13512444. OLE color: 13512444.
HSL color Cylindrical-coordinate representation of color #FC2ECE: hue angle of 313.4º 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 #FC2ECE is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 206 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.01 |
| HSL | 313.4º | 0.97% | 0.58% | - |
| HSV(B) | 313.4º | 0.82% | 0.99% | - |
| XYZ | 52.26 | 27.11 | 60.87 | - |
| YUV | 125.83 | 173.25 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 206 | 0 | 0.82 | 0.18 | 0.01 | 313.4 | 0.97 | 0.58 |
| Hex | FC | 2E | CE | 0 | 52 | 12 | 1 | 139 | 61 | 3A |
| Octal | 374 | 56 | 316 | 0 | 122 | 22 | 1 | 471 | 141 | 72 |
| Binary | 11111100 | 101110 | 11001110 | 0 | 1010010 | 10010 | 1 | 100111001 | 1100001 | 111010 |
Color Harmonies of #FC2ECE
Complementary color
Monochromatic Colors of #FC2ECE
Black with #FC2ECE
Text Example
Text Example
White with #FC2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2ECE; }
p { color: rgb(252,46,206); }
H1.HeaderClassName
{
color: #FC2ECE;
}
.AnyTagClassName
{
color: #FC2ECE;
}
</style>
background-color css
<style>
a { background-color: #FC2ECE; }
a { background-color: rgb(252,46,206); }
div.DivClassName
{
background-color: #FC2ECE;
}
.BgClassName
{
background-color: #FC2ECE;
}
</style>
border-color css
<style>
span { border-color: #FC2ECE; }
span { border-color: rgb(252,46,206); }
td.TdClassName
{
border-color: #FC2ECE;
}
.TagClassName
{
border-color: #FC2ECE;
}
</style>