Shades of Persian Rose #FF31AD
Tints of Persian Rose #FF31AD
RGB
CMYK
RGB Variations
Color information
#FF31AD (or 0xFF31AD) is known color: Persian Rose. HEX triplet: FF, 31 and AD. RGB value is (255,49,173). Sum of RGB (Red+Green+Blue) = 255+49+173=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31AD is #00CE52. Grayscale: #7C7C7C. Windows color (decimal): -52819 or 11350527. OLE color: 11350527.
HSL color Cylindrical-coordinate representation of color #FF31AD: hue angle of 323.88º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF31AD is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 173 | - |
| CMYK | 0 | 0.81 | 0.32 | 0 |
| HSL | 323.88º | 1% | 0.6% | - |
| HSV(B) | 323.88º | 0.81% | 1% | - |
| XYZ | 49.88 | 26.47 | 42.02 | - |
| YUV | 124.73 | 155.25 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 173 | 0 | 0.81 | 0.32 | 0 | 323.88 | 1 | 0.6 |
| Hex | FF | 31 | AD | 0 | 51 | 20 | 0 | 144 | 64 | 3C |
| Octal | 377 | 61 | 255 | 0 | 121 | 40 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110001 | 10101101 | 0 | 1010001 | 100000 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF31AD
Complementary color
Monochromatic Colors of #FF31AD
Black with #FF31AD
Text Example
Text Example
White with #FF31AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31AD; }
p { color: rgb(255,49,173); }
H1.HeaderClassName
{
color: #FF31AD;
}
.AnyTagClassName
{
color: #FF31AD;
}
</style>
background-color css
<style>
a { background-color: #FF31AD; }
a { background-color: rgb(255,49,173); }
div.DivClassName
{
background-color: #FF31AD;
}
.BgClassName
{
background-color: #FF31AD;
}
</style>
border-color css
<style>
span { border-color: #FF31AD; }
span { border-color: rgb(255,49,173); }
td.TdClassName
{
border-color: #FF31AD;
}
.TagClassName
{
border-color: #FF31AD;
}
</style>