Shades of Razzle Dazzle Rose #FC31D8
Tints of Razzle Dazzle Rose #FC31D8
RGB
CMYK
RGB Variations
Color information
#FC31D8 (or 0xFC31D8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and D8. RGB value is (252,49,216). Sum of RGB (Red+Green+Blue) = 252+49+216=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 49 (19.53% from 255 or 9.48% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31D8 is #03CE27. Grayscale: #808080. Windows color (decimal): -249384 or 14168572. OLE color: 14168572.
HSL color Cylindrical-coordinate representation of color #FC31D8: hue angle of 310.64º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC31D8 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 216 | - |
| CMYK | 0 | 0.81 | 0.14 | 0.01 |
| HSL | 310.64º | 0.97% | 0.59% | - |
| HSV(B) | 310.64º | 0.81% | 0.99% | - |
| XYZ | 53.64 | 27.85 | 67.51 | - |
| YUV | 128.74 | 177.25 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 216 | 0 | 0.81 | 0.14 | 0.01 | 310.64 | 0.97 | 0.59 |
| Hex | FC | 31 | D8 | 0 | 51 | E | 1 | 137 | 61 | 3B |
| Octal | 374 | 61 | 330 | 0 | 121 | 16 | 1 | 467 | 141 | 73 |
| Binary | 11111100 | 110001 | 11011000 | 0 | 1010001 | 1110 | 1 | 100110111 | 1100001 | 111011 |
Color Harmonies of #FC31D8
Complementary color
Monochromatic Colors of #FC31D8
Black with #FC31D8
Text Example
Text Example
White with #FC31D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31D8; }
p { color: rgb(252,49,216); }
H1.HeaderClassName
{
color: #FC31D8;
}
.AnyTagClassName
{
color: #FC31D8;
}
</style>
background-color css
<style>
a { background-color: #FC31D8; }
a { background-color: rgb(252,49,216); }
div.DivClassName
{
background-color: #FC31D8;
}
.BgClassName
{
background-color: #FC31D8;
}
</style>
border-color css
<style>
span { border-color: #FC31D8; }
span { border-color: rgb(252,49,216); }
td.TdClassName
{
border-color: #FC31D8;
}
.TagClassName
{
border-color: #FC31D8;
}
</style>