Shades of Persian Rose #FF31A9
Tints of Persian Rose #FF31A9
RGB
CMYK
RGB Variations
Color information
#FF31A9 (or 0xFF31A9) is known color: Persian Rose. HEX triplet: FF, 31 and A9. RGB value is (255,49,169). Sum of RGB (Red+Green+Blue) = 255+49+169=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31A9 is #00CE56. Grayscale: #7C7C7C. Windows color (decimal): -52823 or 11088383. OLE color: 11088383.
HSL color Cylindrical-coordinate representation of color #FF31A9: hue angle of 325.05º 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 #FF31A9 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 169 | - |
| CMYK | 0 | 0.81 | 0.34 | 0 |
| HSL | 325.05º | 1% | 0.6% | - |
| HSV(B) | 325.05º | 0.81% | 1% | - |
| XYZ | 49.5 | 26.32 | 40.01 | - |
| YUV | 124.27 | 153.25 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 169 | 0 | 0.81 | 0.34 | 0 | 325.05 | 1 | 0.6 |
| Hex | FF | 31 | A9 | 0 | 51 | 22 | 0 | 145 | 64 | 3C |
| Octal | 377 | 61 | 251 | 0 | 121 | 42 | 0 | 505 | 144 | 74 |
| Binary | 11111111 | 110001 | 10101001 | 0 | 1010001 | 100010 | 0 | 101000101 | 1100100 | 111100 |
Color Harmonies of #FF31A9
Complementary color
Monochromatic Colors of #FF31A9
Black with #FF31A9
Text Example
Text Example
White with #FF31A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31A9; }
p { color: rgb(255,49,169); }
H1.HeaderClassName
{
color: #FF31A9;
}
.AnyTagClassName
{
color: #FF31A9;
}
</style>
background-color css
<style>
a { background-color: #FF31A9; }
a { background-color: rgb(255,49,169); }
div.DivClassName
{
background-color: #FF31A9;
}
.BgClassName
{
background-color: #FF31A9;
}
</style>
border-color css
<style>
span { border-color: #FF31A9; }
span { border-color: rgb(255,49,169); }
td.TdClassName
{
border-color: #FF31A9;
}
.TagClassName
{
border-color: #FF31A9;
}
</style>