Shades of Razzle Dazzle Rose #FC4EC0
Tints of Razzle Dazzle Rose #FC4EC0
RGB
CMYK
RGB Variations
Color information
#FC4EC0 (or 0xFC4EC0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4E and C0. RGB value is (252,78,192). Sum of RGB (Red+Green+Blue) = 252+78+192=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 78 (30.86% from 255 or 14.94% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4EC0 is #03B13F. Grayscale: #8E8E8E. Windows color (decimal): -241984 or 12603132. OLE color: 12603132.
HSL color Cylindrical-coordinate representation of color #FC4EC0: hue angle of 320.69º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 192 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.01 |
| HSL | 320.69º | 0.97% | 0.65% | - |
| HSV(B) | 320.69º | 0.69% | 0.99% | - |
| XYZ | 52.38 | 29.95 | 52.89 | - |
| YUV | 143.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 192 | 0 | 0.69 | 0.24 | 0.01 | 320.69 | 0.97 | 0.65 |
| Hex | FC | 4E | C0 | 0 | 45 | 18 | 1 | 141 | 61 | 41 |
| Octal | 374 | 116 | 300 | 0 | 105 | 30 | 1 | 501 | 141 | 101 |
| Binary | 11111100 | 1001110 | 11000000 | 0 | 1000101 | 11000 | 1 | 101000001 | 1100001 | 1000001 |
Color Harmonies of #FC4EC0
Complementary color
Monochromatic Colors of #FC4EC0
Black with #FC4EC0
Text Example
Text Example
White with #FC4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4EC0; }
p { color: rgb(252,78,192); }
H1.HeaderClassName
{
color: #FC4EC0;
}
.AnyTagClassName
{
color: #FC4EC0;
}
</style>
background-color css
<style>
a { background-color: #FC4EC0; }
a { background-color: rgb(252,78,192); }
div.DivClassName
{
background-color: #FC4EC0;
}
.BgClassName
{
background-color: #FC4EC0;
}
</style>
border-color css
<style>
span { border-color: #FC4EC0; }
span { border-color: rgb(252,78,192); }
td.TdClassName
{
border-color: #FC4EC0;
}
.TagClassName
{
border-color: #FC4EC0;
}
</style>