Shades of Persian Rose #FC31AD
Tints of Persian Rose #FC31AD
RGB
CMYK
RGB Variations
Color information
#FC31AD (or 0xFC31AD) is known color: Persian Rose. HEX triplet: FC, 31 and AD. RGB value is (252,49,173). Sum of RGB (Red+Green+Blue) = 252+49+173=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC31AD is #03CE52. Grayscale: #7B7B7B. Windows color (decimal): -249427 or 11350524. OLE color: 11350524.
HSL color Cylindrical-coordinate representation of color #FC31AD: hue angle of 323.35º 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 #FC31AD is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 173 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.01 |
| HSL | 323.35º | 0.97% | 0.59% | - |
| HSV(B) | 323.35º | 0.81% | 0.99% | - |
| XYZ | 48.79 | 25.91 | 41.96 | - |
| YUV | 123.83 | 155.75 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 173 | 0 | 0.81 | 0.31 | 0.01 | 323.35 | 0.97 | 0.59 |
| Hex | FC | 31 | AD | 0 | 51 | 1F | 1 | 143 | 61 | 3B |
| Octal | 374 | 61 | 255 | 0 | 121 | 37 | 1 | 503 | 141 | 73 |
| Binary | 11111100 | 110001 | 10101101 | 0 | 1010001 | 11111 | 1 | 101000011 | 1100001 | 111011 |
Color Harmonies of #FC31AD
Complementary color
Monochromatic Colors of #FC31AD
Black with #FC31AD
Text Example
Text Example
White with #FC31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC31AD; }
p { color: rgb(252,49,173); }
H1.HeaderClassName
{
color: #FC31AD;
}
.AnyTagClassName
{
color: #FC31AD;
}
</style>
background-color css
<style>
a { background-color: #FC31AD; }
a { background-color: rgb(252,49,173); }
div.DivClassName
{
background-color: #FC31AD;
}
.BgClassName
{
background-color: #FC31AD;
}
</style>
border-color css
<style>
span { border-color: #FC31AD; }
span { border-color: rgb(252,49,173); }
td.TdClassName
{
border-color: #FC31AD;
}
.TagClassName
{
border-color: #FC31AD;
}
</style>