Shades of Razzle Dazzle Rose #FC31EC
Tints of Razzle Dazzle Rose #FC31EC
RGB
CMYK
RGB Variations
Color information
#FC31EC (or 0xFC31EC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and EC. RGB value is (252,49,236). Sum of RGB (Red+Green+Blue) = 252+49+236=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 49 (19.53% from 255 or 9.12% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC31EC is #03CE13. Grayscale: #828282. Windows color (decimal): -249364 or 15479292. OLE color: 15479292.
HSL color Cylindrical-coordinate representation of color #FC31EC: hue angle of 304.73º 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 #FC31EC is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 236 | - |
| CMYK | 0 | 0.81 | 0.06 | 0.01 |
| HSL | 304.73º | 0.97% | 0.59% | - |
| HSV(B) | 304.73º | 0.81% | 0.99% | - |
| XYZ | 56.38 | 28.95 | 81.97 | - |
| YUV | 131.02 | 187.25 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 236 | 0 | 0.81 | 0.06 | 0.01 | 304.73 | 0.97 | 0.59 |
| Hex | FC | 31 | EC | 0 | 51 | 6 | 1 | 131 | 61 | 3B |
| Octal | 374 | 61 | 354 | 0 | 121 | 6 | 1 | 461 | 141 | 73 |
| Binary | 11111100 | 110001 | 11101100 | 0 | 1010001 | 110 | 1 | 100110001 | 1100001 | 111011 |
Color Harmonies of #FC31EC
Complementary color
Monochromatic Colors of #FC31EC
Black with #FC31EC
Text Example
Text Example
White with #FC31EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31EC; }
p { color: rgb(252,49,236); }
H1.HeaderClassName
{
color: #FC31EC;
}
.AnyTagClassName
{
color: #FC31EC;
}
</style>
background-color css
<style>
a { background-color: #FC31EC; }
a { background-color: rgb(252,49,236); }
div.DivClassName
{
background-color: #FC31EC;
}
.BgClassName
{
background-color: #FC31EC;
}
</style>
border-color css
<style>
span { border-color: #FC31EC; }
span { border-color: rgb(252,49,236); }
td.TdClassName
{
border-color: #FC31EC;
}
.TagClassName
{
border-color: #FC31EC;
}
</style>