Shades of Razzle Dazzle Rose #FC31D1
Tints of Razzle Dazzle Rose #FC31D1
RGB
CMYK
RGB Variations
Color information
#FC31D1 (or 0xFC31D1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and D1. RGB value is (252,49,209). Sum of RGB (Red+Green+Blue) = 252+49+209=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31D1 is #03CE2E. Grayscale: #7F7F7F. Windows color (decimal): -249391 or 13709820. OLE color: 13709820.
HSL color Cylindrical-coordinate representation of color #FC31D1: hue angle of 312.71º 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 #FC31D1 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 209 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.01 |
| HSL | 312.71º | 0.97% | 0.59% | - |
| HSV(B) | 312.71º | 0.81% | 0.99% | - |
| XYZ | 52.75 | 27.5 | 62.85 | - |
| YUV | 127.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 209 | 0 | 0.81 | 0.17 | 0.01 | 312.71 | 0.97 | 0.59 |
| Hex | FC | 31 | D1 | 0 | 51 | 11 | 1 | 139 | 61 | 3B |
| Octal | 374 | 61 | 321 | 0 | 121 | 21 | 1 | 471 | 141 | 73 |
| Binary | 11111100 | 110001 | 11010001 | 0 | 1010001 | 10001 | 1 | 100111001 | 1100001 | 111011 |
Color Harmonies of #FC31D1
Complementary color
Monochromatic Colors of #FC31D1
Black with #FC31D1
Text Example
Text Example
White with #FC31D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31D1; }
p { color: rgb(252,49,209); }
H1.HeaderClassName
{
color: #FC31D1;
}
.AnyTagClassName
{
color: #FC31D1;
}
</style>
background-color css
<style>
a { background-color: #FC31D1; }
a { background-color: rgb(252,49,209); }
div.DivClassName
{
background-color: #FC31D1;
}
.BgClassName
{
background-color: #FC31D1;
}
</style>
border-color css
<style>
span { border-color: #FC31D1; }
span { border-color: rgb(252,49,209); }
td.TdClassName
{
border-color: #FC31D1;
}
.TagClassName
{
border-color: #FC31D1;
}
</style>