Shades of Razzle Dazzle Rose #FC26EC
Tints of Razzle Dazzle Rose #FC26EC
RGB
CMYK
RGB Variations
Color information
#FC26EC (or 0xFC26EC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 26 and EC. RGB value is (252,38,236). Sum of RGB (Red+Green+Blue) = 252+38+236=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 38 (15.23% from 255 or 7.22% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC26EC is #03D913. Grayscale: #7B7B7B. Windows color (decimal): -252180 or 15476476. OLE color: 15476476.
HSL color Cylindrical-coordinate representation of color #FC26EC: hue angle of 304.49º 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 #FC26EC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 236 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.01 |
| HSL | 304.49º | 0.97% | 0.57% | - |
| HSV(B) | 304.49º | 0.85% | 0.99% | - |
| XYZ | 55.98 | 28.14 | 81.84 | - |
| YUV | 124.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 236 | 0 | 0.85 | 0.06 | 0.01 | 304.49 | 0.97 | 0.57 |
| Hex | FC | 26 | EC | 0 | 55 | 6 | 1 | 130 | 61 | 39 |
| Octal | 374 | 46 | 354 | 0 | 125 | 6 | 1 | 460 | 141 | 71 |
| Binary | 11111100 | 100110 | 11101100 | 0 | 1010101 | 110 | 1 | 100110000 | 1100001 | 111001 |
Color Harmonies of #FC26EC
Complementary color
Monochromatic Colors of #FC26EC
Black with #FC26EC
Text Example
Text Example
White with #FC26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26EC; }
p { color: rgb(252,38,236); }
H1.HeaderClassName
{
color: #FC26EC;
}
.AnyTagClassName
{
color: #FC26EC;
}
</style>
background-color css
<style>
a { background-color: #FC26EC; }
a { background-color: rgb(252,38,236); }
div.DivClassName
{
background-color: #FC26EC;
}
.BgClassName
{
background-color: #FC26EC;
}
</style>
border-color css
<style>
span { border-color: #FC26EC; }
span { border-color: rgb(252,38,236); }
td.TdClassName
{
border-color: #FC26EC;
}
.TagClassName
{
border-color: #FC26EC;
}
</style>