Shades of Persian Rose #FF31AC
Tints of Persian Rose #FF31AC
RGB
CMYK
RGB Variations
Color information
#FF31AC (or 0xFF31AC) is known color: Persian Rose. HEX triplet: FF, 31 and AC. RGB value is (255,49,172). Sum of RGB (Red+Green+Blue) = 255+49+172=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 49 (19.53% from 255 or 10.29% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31AC is #00CE53. Grayscale: #7C7C7C. Windows color (decimal): -52820 or 11284991. OLE color: 11284991.
HSL color Cylindrical-coordinate representation of color #FF31AC: hue angle of 324.17º 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 #FF31AC is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 172 | - |
| CMYK | 0 | 0.81 | 0.33 | 0 |
| HSL | 324.17º | 1% | 0.6% | - |
| HSV(B) | 324.17º | 0.81% | 1% | - |
| XYZ | 49.78 | 26.44 | 41.51 | - |
| YUV | 124.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 172 | 0 | 0.81 | 0.33 | 0 | 324.17 | 1 | 0.6 |
| Hex | FF | 31 | AC | 0 | 51 | 21 | 0 | 144 | 64 | 3C |
| Octal | 377 | 61 | 254 | 0 | 121 | 41 | 0 | 504 | 144 | 74 |
| Binary | 11111111 | 110001 | 10101100 | 0 | 1010001 | 100001 | 0 | 101000100 | 1100100 | 111100 |
Color Harmonies of #FF31AC
Complementary color
Monochromatic Colors of #FF31AC
Black with #FF31AC
Text Example
Text Example
White with #FF31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31AC; }
p { color: rgb(255,49,172); }
H1.HeaderClassName
{
color: #FF31AC;
}
.AnyTagClassName
{
color: #FF31AC;
}
</style>
background-color css
<style>
a { background-color: #FF31AC; }
a { background-color: rgb(255,49,172); }
div.DivClassName
{
background-color: #FF31AC;
}
.BgClassName
{
background-color: #FF31AC;
}
</style>
border-color css
<style>
span { border-color: #FF31AC; }
span { border-color: rgb(255,49,172); }
td.TdClassName
{
border-color: #FF31AC;
}
.TagClassName
{
border-color: #FF31AC;
}
</style>