Shades of Persian Rose #FF31AA
Tints of Persian Rose #FF31AA
RGB
CMYK
RGB Variations
Color information
#FF31AA (or 0xFF31AA) is known color: Persian Rose. HEX triplet: FF, 31 and AA. RGB value is (255,49,170). Sum of RGB (Red+Green+Blue) = 255+49+170=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31AA is #00CE55. Grayscale: #7C7C7C. Windows color (decimal): -52822 or 11153919. OLE color: 11153919.
HSL color Cylindrical-coordinate representation of color #FF31AA: hue angle of 324.76º 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 #FF31AA is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 170 | - |
| CMYK | 0 | 0.81 | 0.33 | 0 |
| HSL | 324.76º | 1% | 0.6% | - |
| HSV(B) | 324.76º | 0.81% | 1% | - |
| XYZ | 49.59 | 26.36 | 40.5 | - |
| YUV | 124.39 | 153.75 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 170 | 0 | 0.81 | 0.33 | 0 | 324.76 | 1 | 0.6 |
| Hex | FF | 31 | AA | 0 | 51 | 21 | 0 | 145 | 64 | 3C |
| Octal | 377 | 61 | 252 | 0 | 121 | 41 | 0 | 505 | 144 | 74 |
| Binary | 11111111 | 110001 | 10101010 | 0 | 1010001 | 100001 | 0 | 101000101 | 1100100 | 111100 |
Color Harmonies of #FF31AA
Complementary color
Monochromatic Colors of #FF31AA
Black with #FF31AA
Text Example
Text Example
White with #FF31AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31AA; }
p { color: rgb(255,49,170); }
H1.HeaderClassName
{
color: #FF31AA;
}
.AnyTagClassName
{
color: #FF31AA;
}
</style>
background-color css
<style>
a { background-color: #FF31AA; }
a { background-color: rgb(255,49,170); }
div.DivClassName
{
background-color: #FF31AA;
}
.BgClassName
{
background-color: #FF31AA;
}
</style>
border-color css
<style>
span { border-color: #FF31AA; }
span { border-color: rgb(255,49,170); }
td.TdClassName
{
border-color: #FF31AA;
}
.TagClassName
{
border-color: #FF31AA;
}
</style>