Shades of Razzle Dazzle Rose #FC4EC2
Tints of Razzle Dazzle Rose #FC4EC2
RGB
CMYK
RGB Variations
Color information
#FC4EC2 (or 0xFC4EC2) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4E and C2. RGB value is (252,78,194). Sum of RGB (Red+Green+Blue) = 252+78+194=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4EC2 is #03B13D. Grayscale: #8E8E8E. Windows color (decimal): -241982 or 12734204. OLE color: 12734204.
HSL color Cylindrical-coordinate representation of color #FC4EC2: hue angle of 320º 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 #FC4EC2 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 194 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.01 |
| HSL | 320º | 0.97% | 0.65% | - |
| HSV(B) | 320º | 0.69% | 0.99% | - |
| XYZ | 52.61 | 30.04 | 54.06 | - |
| YUV | 143.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 194 | 0 | 0.69 | 0.23 | 0.01 | 320 | 0.97 | 0.65 |
| Hex | FC | 4E | C2 | 0 | 45 | 17 | 1 | 140 | 61 | 41 |
| Octal | 374 | 116 | 302 | 0 | 105 | 27 | 1 | 500 | 141 | 101 |
| Binary | 11111100 | 1001110 | 11000010 | 0 | 1000101 | 10111 | 1 | 101000000 | 1100001 | 1000001 |
Color Harmonies of #FC4EC2
Complementary color
Monochromatic Colors of #FC4EC2
Black with #FC4EC2
Text Example
Text Example
White with #FC4EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4EC2; }
p { color: rgb(252,78,194); }
H1.HeaderClassName
{
color: #FC4EC2;
}
.AnyTagClassName
{
color: #FC4EC2;
}
</style>
background-color css
<style>
a { background-color: #FC4EC2; }
a { background-color: rgb(252,78,194); }
div.DivClassName
{
background-color: #FC4EC2;
}
.BgClassName
{
background-color: #FC4EC2;
}
</style>
border-color css
<style>
span { border-color: #FC4EC2; }
span { border-color: rgb(252,78,194); }
td.TdClassName
{
border-color: #FC4EC2;
}
.TagClassName
{
border-color: #FC4EC2;
}
</style>