Shades of Razzle Dazzle Rose #FC31BA
Tints of Razzle Dazzle Rose #FC31BA
RGB
CMYK
RGB Variations
Color information
#FC31BA (or 0xFC31BA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 31 and BA. RGB value is (252,49,186). Sum of RGB (Red+Green+Blue) = 252+49+186=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 49 (19.53% from 255 or 10.06% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC31BA is #03CE45. Grayscale: #7C7C7C. Windows color (decimal): -249414 or 12202492. OLE color: 12202492.
HSL color Cylindrical-coordinate representation of color #FC31BA: hue angle of 319.51º 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 #FC31BA is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 186 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.01 |
| HSL | 319.51º | 0.97% | 0.59% | - |
| HSV(B) | 319.51º | 0.81% | 0.99% | - |
| XYZ | 50.11 | 26.44 | 48.92 | - |
| YUV | 125.32 | 162.25 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 186 | 0 | 0.81 | 0.26 | 0.01 | 319.51 | 0.97 | 0.59 |
| Hex | FC | 31 | BA | 0 | 51 | 1A | 1 | 140 | 61 | 3B |
| Octal | 374 | 61 | 272 | 0 | 121 | 32 | 1 | 500 | 141 | 73 |
| Binary | 11111100 | 110001 | 10111010 | 0 | 1010001 | 11010 | 1 | 101000000 | 1100001 | 111011 |
Color Harmonies of #FC31BA
Complementary color
Monochromatic Colors of #FC31BA
Black with #FC31BA
Text Example
Text Example
White with #FC31BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31BA; }
p { color: rgb(252,49,186); }
H1.HeaderClassName
{
color: #FC31BA;
}
.AnyTagClassName
{
color: #FC31BA;
}
</style>
background-color css
<style>
a { background-color: #FC31BA; }
a { background-color: rgb(252,49,186); }
div.DivClassName
{
background-color: #FC31BA;
}
.BgClassName
{
background-color: #FC31BA;
}
</style>
border-color css
<style>
span { border-color: #FC31BA; }
span { border-color: rgb(252,49,186); }
td.TdClassName
{
border-color: #FC31BA;
}
.TagClassName
{
border-color: #FC31BA;
}
</style>