Shades of Razzle Dazzle Rose #FC27CE
Tints of Razzle Dazzle Rose #FC27CE
RGB
CMYK
RGB Variations
Color information
#FC27CE (or 0xFC27CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 27 and CE. RGB value is (252,39,206). Sum of RGB (Red+Green+Blue) = 252+39+206=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC27CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC27CE is #03D831. Grayscale: #797979. Windows color (decimal): -251954 or 13510652. OLE color: 13510652.
HSL color Cylindrical-coordinate representation of color #FC27CE: hue angle of 312.96º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC27CE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 206 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.01 |
| HSL | 312.96º | 0.97% | 0.57% | - |
| HSV(B) | 312.96º | 0.85% | 0.99% | - |
| XYZ | 52.01 | 26.6 | 60.79 | - |
| YUV | 121.73 | 175.57 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 206 | 0 | 0.85 | 0.18 | 0.01 | 312.96 | 0.97 | 0.57 |
| Hex | FC | 27 | CE | 0 | 55 | 12 | 1 | 139 | 61 | 39 |
| Octal | 374 | 47 | 316 | 0 | 125 | 22 | 1 | 471 | 141 | 71 |
| Binary | 11111100 | 100111 | 11001110 | 0 | 1010101 | 10010 | 1 | 100111001 | 1100001 | 111001 |
Color Harmonies of #FC27CE
Complementary color
Monochromatic Colors of #FC27CE
Black with #FC27CE
Text Example
Text Example
White with #FC27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC27CE; }
p { color: rgb(252,39,206); }
H1.HeaderClassName
{
color: #FC27CE;
}
.AnyTagClassName
{
color: #FC27CE;
}
</style>
background-color css
<style>
a { background-color: #FC27CE; }
a { background-color: rgb(252,39,206); }
div.DivClassName
{
background-color: #FC27CE;
}
.BgClassName
{
background-color: #FC27CE;
}
</style>
border-color css
<style>
span { border-color: #FC27CE; }
span { border-color: rgb(252,39,206); }
td.TdClassName
{
border-color: #FC27CE;
}
.TagClassName
{
border-color: #FC27CE;
}
</style>