Shades of Persian Rose #FD31AB
Tints of Persian Rose #FD31AB
RGB
CMYK
RGB Variations
Color information
#FD31AB (or 0xFD31AB) is known color: Persian Rose. HEX triplet: FD, 31 and AB. RGB value is (253,49,171). Sum of RGB (Red+Green+Blue) = 253+49+171=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD31AB is #02CE54. Grayscale: #7B7B7B. Windows color (decimal): -183893 or 11219453. OLE color: 11219453.
HSL color Cylindrical-coordinate representation of color #FD31AB: hue angle of 324.12º degrees, saturation: 0.98, 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 #FD31AB is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 171 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.01 |
| HSL | 324.12º | 0.98% | 0.59% | - |
| HSV(B) | 324.12º | 0.81% | 0.99% | - |
| XYZ | 48.96 | 26.02 | 40.97 | - |
| YUV | 123.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 171 | 0 | 0.81 | 0.32 | 0.01 | 324.12 | 0.98 | 0.59 |
| Hex | FD | 31 | AB | 0 | 51 | 20 | 1 | 144 | 62 | 3B |
| Octal | 375 | 61 | 253 | 0 | 121 | 40 | 1 | 504 | 142 | 73 |
| Binary | 11111101 | 110001 | 10101011 | 0 | 1010001 | 100000 | 1 | 101000100 | 1100010 | 111011 |
Color Harmonies of #FD31AB
Complementary color
Monochromatic Colors of #FD31AB
Black with #FD31AB
Text Example
Text Example
White with #FD31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD31AB; }
p { color: rgb(253,49,171); }
H1.HeaderClassName
{
color: #FD31AB;
}
.AnyTagClassName
{
color: #FD31AB;
}
</style>
background-color css
<style>
a { background-color: #FD31AB; }
a { background-color: rgb(253,49,171); }
div.DivClassName
{
background-color: #FD31AB;
}
.BgClassName
{
background-color: #FD31AB;
}
</style>
border-color css
<style>
span { border-color: #FD31AB; }
span { border-color: rgb(253,49,171); }
td.TdClassName
{
border-color: #FD31AB;
}
.TagClassName
{
border-color: #FD31AB;
}
</style>