Shades of Razzle Dazzle Rose #FC4ECE
Tints of Razzle Dazzle Rose #FC4ECE
RGB
CMYK
RGB Variations
Color information
#FC4ECE (or 0xFC4ECE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4E and CE. RGB value is (252,78,206). Sum of RGB (Red+Green+Blue) = 252+78+206=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 78 (30.86% from 255 or 14.55% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4ECE is #03B131. Grayscale: #909090. Windows color (decimal): -241970 or 13520636. OLE color: 13520636.
HSL color Cylindrical-coordinate representation of color #FC4ECE: hue angle of 315.86º 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 #FC4ECE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 78 | 206 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.01 |
| HSL | 315.86º | 0.97% | 0.65% | - |
| HSV(B) | 315.86º | 0.69% | 0.99% | - |
| XYZ | 54.01 | 30.6 | 61.45 | - |
| YUV | 144.62 | 162.65 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 206 | 0 | 0.69 | 0.18 | 0.01 | 315.86 | 0.97 | 0.65 |
| Hex | FC | 4E | CE | 0 | 45 | 12 | 1 | 13C | 61 | 41 |
| Octal | 374 | 116 | 316 | 0 | 105 | 22 | 1 | 474 | 141 | 101 |
| Binary | 11111100 | 1001110 | 11001110 | 0 | 1000101 | 10010 | 1 | 100111100 | 1100001 | 1000001 |
Color Harmonies of #FC4ECE
Complementary color
Monochromatic Colors of #FC4ECE
Black with #FC4ECE
Text Example
Text Example
White with #FC4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4ECE; }
p { color: rgb(252,78,206); }
H1.HeaderClassName
{
color: #FC4ECE;
}
.AnyTagClassName
{
color: #FC4ECE;
}
</style>
background-color css
<style>
a { background-color: #FC4ECE; }
a { background-color: rgb(252,78,206); }
div.DivClassName
{
background-color: #FC4ECE;
}
.BgClassName
{
background-color: #FC4ECE;
}
</style>
border-color css
<style>
span { border-color: #FC4ECE; }
span { border-color: rgb(252,78,206); }
td.TdClassName
{
border-color: #FC4ECE;
}
.TagClassName
{
border-color: #FC4ECE;
}
</style>