Shades of Razzle Dazzle Rose #FC42EC
Tints of Razzle Dazzle Rose #FC42EC
RGB
CMYK
RGB Variations
Color information
#FC42EC (or 0xFC42EC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 42 and EC. RGB value is (252,66,236). Sum of RGB (Red+Green+Blue) = 252+66+236=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42EC is #03BD13. Grayscale: #8C8C8C. Windows color (decimal): -245012 or 15483644. OLE color: 15483644.
HSL color Cylindrical-coordinate representation of color #FC42EC: hue angle of 305.16º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42EC is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 236 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.01 |
| HSL | 305.16º | 0.97% | 0.62% | - |
| HSV(B) | 305.16º | 0.74% | 0.99% | - |
| XYZ | 57.23 | 30.65 | 82.26 | - |
| YUV | 140.99 | 181.62 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 236 | 0 | 0.74 | 0.06 | 0.01 | 305.16 | 0.97 | 0.62 |
| Hex | FC | 42 | EC | 0 | 4A | 6 | 1 | 131 | 61 | 3E |
| Octal | 374 | 102 | 354 | 0 | 112 | 6 | 1 | 461 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11101100 | 0 | 1001010 | 110 | 1 | 100110001 | 1100001 | 111110 |
Color Harmonies of #FC42EC
Complementary color
Monochromatic Colors of #FC42EC
Black with #FC42EC
Text Example
Text Example
White with #FC42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42EC; }
p { color: rgb(252,66,236); }
H1.HeaderClassName
{
color: #FC42EC;
}
.AnyTagClassName
{
color: #FC42EC;
}
</style>
background-color css
<style>
a { background-color: #FC42EC; }
a { background-color: rgb(252,66,236); }
div.DivClassName
{
background-color: #FC42EC;
}
.BgClassName
{
background-color: #FC42EC;
}
</style>
border-color css
<style>
span { border-color: #FC42EC; }
span { border-color: rgb(252,66,236); }
td.TdClassName
{
border-color: #FC42EC;
}
.TagClassName
{
border-color: #FC42EC;
}
</style>