Shades of Razzle Dazzle Rose #FC31D3
Tints of Razzle Dazzle Rose #FC31D3
RGB
CMYK
RGB Variations
Color information
#FC31D3 (or 0xFC31D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and D3. RGB value is (252,49,211). Sum of RGB (Red+Green+Blue) = 252+49+211=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31D3 is #03CE2C. Grayscale: #7F7F7F. Windows color (decimal): -249389 or 13840892. OLE color: 13840892.
HSL color Cylindrical-coordinate representation of color #FC31D3: hue angle of 312.12º 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 #FC31D3 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 211 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.01 |
| HSL | 312.12º | 0.97% | 0.59% | - |
| HSV(B) | 312.12º | 0.81% | 0.99% | - |
| XYZ | 53 | 27.6 | 64.16 | - |
| YUV | 128.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 211 | 0 | 0.81 | 0.16 | 0.01 | 312.12 | 0.97 | 0.59 |
| Hex | FC | 31 | D3 | 0 | 51 | 10 | 1 | 138 | 61 | 3B |
| Octal | 374 | 61 | 323 | 0 | 121 | 20 | 1 | 470 | 141 | 73 |
| Binary | 11111100 | 110001 | 11010011 | 0 | 1010001 | 10000 | 1 | 100111000 | 1100001 | 111011 |
Color Harmonies of #FC31D3
Complementary color
Monochromatic Colors of #FC31D3
Black with #FC31D3
Text Example
Text Example
White with #FC31D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31D3; }
p { color: rgb(252,49,211); }
H1.HeaderClassName
{
color: #FC31D3;
}
.AnyTagClassName
{
color: #FC31D3;
}
</style>
background-color css
<style>
a { background-color: #FC31D3; }
a { background-color: rgb(252,49,211); }
div.DivClassName
{
background-color: #FC31D3;
}
.BgClassName
{
background-color: #FC31D3;
}
</style>
border-color css
<style>
span { border-color: #FC31D3; }
span { border-color: rgb(252,49,211); }
td.TdClassName
{
border-color: #FC31D3;
}
.TagClassName
{
border-color: #FC31D3;
}
</style>