Shades of Razzle Dazzle Rose #FC21CE
Tints of Razzle Dazzle Rose #FC21CE
RGB
CMYK
RGB Variations
Color information
#FC21CE (or 0xFC21CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 21 and CE. RGB value is (252,33,206). Sum of RGB (Red+Green+Blue) = 252+33+206=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 33 (13.28% from 255 or 6.72% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC21CE is #03DE31. Grayscale: #757575. Windows color (decimal): -253490 or 13509116. OLE color: 13509116.
HSL color Cylindrical-coordinate representation of color #FC21CE: hue angle of 312.6º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC21CE is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 206 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.01 |
| HSL | 312.6º | 0.97% | 0.56% | - |
| HSV(B) | 312.6º | 0.87% | 0.99% | - |
| XYZ | 51.83 | 26.24 | 60.73 | - |
| YUV | 118.2 | 177.55 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 206 | 0 | 0.87 | 0.18 | 0.01 | 312.6 | 0.97 | 0.56 |
| Hex | FC | 21 | CE | 0 | 57 | 12 | 1 | 139 | 61 | 38 |
| Octal | 374 | 41 | 316 | 0 | 127 | 22 | 1 | 471 | 141 | 70 |
| Binary | 11111100 | 100001 | 11001110 | 0 | 1010111 | 10010 | 1 | 100111001 | 1100001 | 111000 |
Color Harmonies of #FC21CE
Complementary color
Monochromatic Colors of #FC21CE
Black with #FC21CE
Text Example
Text Example
White with #FC21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC21CE; }
p { color: rgb(252,33,206); }
H1.HeaderClassName
{
color: #FC21CE;
}
.AnyTagClassName
{
color: #FC21CE;
}
</style>
background-color css
<style>
a { background-color: #FC21CE; }
a { background-color: rgb(252,33,206); }
div.DivClassName
{
background-color: #FC21CE;
}
.BgClassName
{
background-color: #FC21CE;
}
</style>
border-color css
<style>
span { border-color: #FC21CE; }
span { border-color: rgb(252,33,206); }
td.TdClassName
{
border-color: #FC21CE;
}
.TagClassName
{
border-color: #FC21CE;
}
</style>