Shades of Persian Rose #FF31A2
Tints of Persian Rose #FF31A2
RGB
CMYK
RGB Variations
Color information
#FF31A2 (or 0xFF31A2) is known color: Persian Rose. HEX triplet: FF, 31 and A2. RGB value is (255,49,162). Sum of RGB (Red+Green+Blue) = 255+49+162=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF31A2 is #00CE5D. Grayscale: #7B7B7B. Windows color (decimal): -52830 or 10629631. OLE color: 10629631.
HSL color Cylindrical-coordinate representation of color #FF31A2: hue angle of 327.09º 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 #FF31A2 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 162 | - |
| CMYK | 0 | 0.81 | 0.36 | 0 |
| HSL | 327.09º | 1% | 0.6% | - |
| HSV(B) | 327.09º | 0.81% | 1% | - |
| XYZ | 48.86 | 26.07 | 36.64 | - |
| YUV | 123.48 | 149.75 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 162 | 0 | 0.81 | 0.36 | 0 | 327.09 | 1 | 0.6 |
| Hex | FF | 31 | A2 | 0 | 51 | 24 | 0 | 147 | 64 | 3C |
| Octal | 377 | 61 | 242 | 0 | 121 | 44 | 0 | 507 | 144 | 74 |
| Binary | 11111111 | 110001 | 10100010 | 0 | 1010001 | 100100 | 0 | 101000111 | 1100100 | 111100 |
Color Harmonies of #FF31A2
Complementary color
Monochromatic Colors of #FF31A2
Black with #FF31A2
Text Example
Text Example
White with #FF31A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31A2; }
p { color: rgb(255,49,162); }
H1.HeaderClassName
{
color: #FF31A2;
}
.AnyTagClassName
{
color: #FF31A2;
}
</style>
background-color css
<style>
a { background-color: #FF31A2; }
a { background-color: rgb(255,49,162); }
div.DivClassName
{
background-color: #FF31A2;
}
.BgClassName
{
background-color: #FF31A2;
}
</style>
border-color css
<style>
span { border-color: #FF31A2; }
span { border-color: rgb(255,49,162); }
td.TdClassName
{
border-color: #FF31A2;
}
.TagClassName
{
border-color: #FF31A2;
}
</style>