Shades of Persian Rose #FC31A6
Tints of Persian Rose #FC31A6
RGB
CMYK
RGB Variations
Color information
#FC31A6 (or 0xFC31A6) is known color: Persian Rose. HEX triplet: FC, 31 and A6. RGB value is (252,49,166). Sum of RGB (Red+Green+Blue) = 252+49+166=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 49 (19.53% from 255 or 10.49% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31A6 is #03CE59. Grayscale: #7A7A7A. Windows color (decimal): -249434 or 10891772. OLE color: 10891772.
HSL color Cylindrical-coordinate representation of color #FC31A6: hue angle of 325.42º 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 #FC31A6 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 166 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.01 |
| HSL | 325.42º | 0.97% | 0.59% | - |
| HSV(B) | 325.42º | 0.81% | 0.99% | - |
| XYZ | 48.13 | 25.65 | 38.49 | - |
| YUV | 123.04 | 152.25 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 166 | 0 | 0.81 | 0.34 | 0.01 | 325.42 | 0.97 | 0.59 |
| Hex | FC | 31 | A6 | 0 | 51 | 22 | 1 | 145 | 61 | 3B |
| Octal | 374 | 61 | 246 | 0 | 121 | 42 | 1 | 505 | 141 | 73 |
| Binary | 11111100 | 110001 | 10100110 | 0 | 1010001 | 100010 | 1 | 101000101 | 1100001 | 111011 |
Color Harmonies of #FC31A6
Complementary color
Monochromatic Colors of #FC31A6
Black with #FC31A6
Text Example
Text Example
White with #FC31A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31A6; }
p { color: rgb(252,49,166); }
H1.HeaderClassName
{
color: #FC31A6;
}
.AnyTagClassName
{
color: #FC31A6;
}
</style>
background-color css
<style>
a { background-color: #FC31A6; }
a { background-color: rgb(252,49,166); }
div.DivClassName
{
background-color: #FC31A6;
}
.BgClassName
{
background-color: #FC31A6;
}
</style>
border-color css
<style>
span { border-color: #FC31A6; }
span { border-color: rgb(252,49,166); }
td.TdClassName
{
border-color: #FC31A6;
}
.TagClassName
{
border-color: #FC31A6;
}
</style>