Shades of Razzle Dazzle Rose #FC26C5
Tints of Razzle Dazzle Rose #FC26C5
RGB
CMYK
RGB Variations
Color information
#FC26C5 (or 0xFC26C5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 26 and C5. RGB value is (252,38,197). Sum of RGB (Red+Green+Blue) = 252+38+197=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC26C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC26C5 is #03D93A. Grayscale: #777777. Windows color (decimal): -252219 or 12920572. OLE color: 12920572.
HSL color Cylindrical-coordinate representation of color #FC26C5: hue angle of 315.42º 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 #FC26C5 is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 197 | - |
| CMYK | 0 | 0.85 | 0.22 | 0.01 |
| HSL | 315.42º | 0.97% | 0.57% | - |
| HSV(B) | 315.42º | 0.85% | 0.99% | - |
| XYZ | 50.92 | 26.11 | 55.18 | - |
| YUV | 120.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 197 | 0 | 0.85 | 0.22 | 0.01 | 315.42 | 0.97 | 0.57 |
| Hex | FC | 26 | C5 | 0 | 55 | 16 | 1 | 13B | 61 | 39 |
| Octal | 374 | 46 | 305 | 0 | 125 | 26 | 1 | 473 | 141 | 71 |
| Binary | 11111100 | 100110 | 11000101 | 0 | 1010101 | 10110 | 1 | 100111011 | 1100001 | 111001 |
Color Harmonies of #FC26C5
Complementary color
Monochromatic Colors of #FC26C5
Black with #FC26C5
Text Example
Text Example
White with #FC26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC26C5; }
p { color: rgb(252,38,197); }
H1.HeaderClassName
{
color: #FC26C5;
}
.AnyTagClassName
{
color: #FC26C5;
}
</style>
background-color css
<style>
a { background-color: #FC26C5; }
a { background-color: rgb(252,38,197); }
div.DivClassName
{
background-color: #FC26C5;
}
.BgClassName
{
background-color: #FC26C5;
}
</style>
border-color css
<style>
span { border-color: #FC26C5; }
span { border-color: rgb(252,38,197); }
td.TdClassName
{
border-color: #FC26C5;
}
.TagClassName
{
border-color: #FC26C5;
}
</style>