Shades of Razzle Dazzle Rose #FC26CE
Tints of Razzle Dazzle Rose #FC26CE
RGB
CMYK
RGB Variations
Color information
#FC26CE (or 0xFC26CE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 26 and CE. RGB value is (252,38,206). Sum of RGB (Red+Green+Blue) = 252+38+206=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC26CE is #03D931. Grayscale: #787878. Windows color (decimal): -252210 or 13510396. OLE color: 13510396.
HSL color Cylindrical-coordinate representation of color #FC26CE: hue angle of 312.9º 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 #FC26CE is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 206 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.01 |
| HSL | 312.9º | 0.97% | 0.57% | - |
| HSV(B) | 312.9º | 0.85% | 0.99% | - |
| XYZ | 51.98 | 26.54 | 60.78 | - |
| YUV | 121.14 | 175.9 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 206 | 0 | 0.85 | 0.18 | 0.01 | 312.9 | 0.97 | 0.57 |
| Hex | FC | 26 | CE | 0 | 55 | 12 | 1 | 139 | 61 | 39 |
| Octal | 374 | 46 | 316 | 0 | 125 | 22 | 1 | 471 | 141 | 71 |
| Binary | 11111100 | 100110 | 11001110 | 0 | 1010101 | 10010 | 1 | 100111001 | 1100001 | 111001 |
Color Harmonies of #FC26CE
Complementary color
Monochromatic Colors of #FC26CE
Black with #FC26CE
Text Example
Text Example
White with #FC26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26CE; }
p { color: rgb(252,38,206); }
H1.HeaderClassName
{
color: #FC26CE;
}
.AnyTagClassName
{
color: #FC26CE;
}
</style>
background-color css
<style>
a { background-color: #FC26CE; }
a { background-color: rgb(252,38,206); }
div.DivClassName
{
background-color: #FC26CE;
}
.BgClassName
{
background-color: #FC26CE;
}
</style>
border-color css
<style>
span { border-color: #FC26CE; }
span { border-color: rgb(252,38,206); }
td.TdClassName
{
border-color: #FC26CE;
}
.TagClassName
{
border-color: #FC26CE;
}
</style>