Shades of Razzle Dazzle Rose #FC2EC2
Tints of Razzle Dazzle Rose #FC2EC2
RGB
CMYK
RGB Variations
Color information
#FC2EC2 (or 0xFC2EC2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and C2. RGB value is (252,46,194). Sum of RGB (Red+Green+Blue) = 252+46+194=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 46 (18.36% from 255 or 9.35% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2EC2 is #03D13D. Grayscale: #7C7C7C. Windows color (decimal): -250174 or 12726012. OLE color: 12726012.
HSL color Cylindrical-coordinate representation of color #FC2EC2: hue angle of 316.89º 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 #FC2EC2 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 194 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.01 |
| HSL | 316.89º | 0.97% | 0.58% | - |
| HSV(B) | 316.89º | 0.82% | 0.99% | - |
| XYZ | 50.86 | 26.54 | 53.48 | - |
| YUV | 124.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 194 | 0 | 0.82 | 0.23 | 0.01 | 316.89 | 0.97 | 0.58 |
| Hex | FC | 2E | C2 | 0 | 52 | 17 | 1 | 13D | 61 | 3A |
| Octal | 374 | 56 | 302 | 0 | 122 | 27 | 1 | 475 | 141 | 72 |
| Binary | 11111100 | 101110 | 11000010 | 0 | 1010010 | 10111 | 1 | 100111101 | 1100001 | 111010 |
Color Harmonies of #FC2EC2
Complementary color
Monochromatic Colors of #FC2EC2
Black with #FC2EC2
Text Example
Text Example
White with #FC2EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2EC2; }
p { color: rgb(252,46,194); }
H1.HeaderClassName
{
color: #FC2EC2;
}
.AnyTagClassName
{
color: #FC2EC2;
}
</style>
background-color css
<style>
a { background-color: #FC2EC2; }
a { background-color: rgb(252,46,194); }
div.DivClassName
{
background-color: #FC2EC2;
}
.BgClassName
{
background-color: #FC2EC2;
}
</style>
border-color css
<style>
span { border-color: #FC2EC2; }
span { border-color: rgb(252,46,194); }
td.TdClassName
{
border-color: #FC2EC2;
}
.TagClassName
{
border-color: #FC2EC2;
}
</style>