Shades of Persian Rose #FF31A8
Tints of Persian Rose #FF31A8
RGB
CMYK
RGB Variations
Color information
#FF31A8 (or 0xFF31A8) is known color: Persian Rose. HEX triplet: FF, 31 and A8. RGB value is (255,49,168). Sum of RGB (Red+Green+Blue) = 255+49+168=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31A8 is #00CE57. Grayscale: #7B7B7B. Windows color (decimal): -52824 or 11022847. OLE color: 11022847.
HSL color Cylindrical-coordinate representation of color #FF31A8: hue angle of 325.34º 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 #FF31A8 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 168 | - |
| CMYK | 0 | 0.81 | 0.34 | 0 |
| HSL | 325.34º | 1% | 0.6% | - |
| HSV(B) | 325.34º | 0.81% | 1% | - |
| XYZ | 49.41 | 26.28 | 39.52 | - |
| YUV | 124.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 168 | 0 | 0.81 | 0.34 | 0 | 325.34 | 1 | 0.6 |
| Hex | FF | 31 | A8 | 0 | 51 | 22 | 0 | 145 | 64 | 3C |
| Octal | 377 | 61 | 250 | 0 | 121 | 42 | 0 | 505 | 144 | 74 |
| Binary | 11111111 | 110001 | 10101000 | 0 | 1010001 | 100010 | 0 | 101000101 | 1100100 | 111100 |
Color Harmonies of #FF31A8
Complementary color
Monochromatic Colors of #FF31A8
Black with #FF31A8
Text Example
Text Example
White with #FF31A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31A8; }
p { color: rgb(255,49,168); }
H1.HeaderClassName
{
color: #FF31A8;
}
.AnyTagClassName
{
color: #FF31A8;
}
</style>
background-color css
<style>
a { background-color: #FF31A8; }
a { background-color: rgb(255,49,168); }
div.DivClassName
{
background-color: #FF31A8;
}
.BgClassName
{
background-color: #FF31A8;
}
</style>
border-color css
<style>
span { border-color: #FF31A8; }
span { border-color: rgb(255,49,168); }
td.TdClassName
{
border-color: #FF31A8;
}
.TagClassName
{
border-color: #FF31A8;
}
</style>