Shades of Persian Rose #FF31B5
Tints of Persian Rose #FF31B5
RGB
CMYK
RGB Variations
Color information
#FF31B5 (or 0xFF31B5) is known color: Persian Rose. HEX triplet: FF, 31 and B5. RGB value is (255,49,181). Sum of RGB (Red+Green+Blue) = 255+49+181=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF31B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF31B5 is #00CE4A. Grayscale: #7D7D7D. Windows color (decimal): -52811 or 11874815. OLE color: 11874815.
HSL color Cylindrical-coordinate representation of color #FF31B5: hue angle of 321.55º 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 #FF31B5 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 181 | - |
| CMYK | 0 | 0.81 | 0.29 | 0 |
| HSL | 321.55º | 1% | 0.6% | - |
| HSV(B) | 321.55º | 0.81% | 1% | - |
| XYZ | 50.68 | 26.79 | 46.22 | - |
| YUV | 125.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 181 | 0 | 0.81 | 0.29 | 0 | 321.55 | 1 | 0.6 |
| Hex | FF | 31 | B5 | 0 | 51 | 1D | 0 | 142 | 64 | 3C |
| Octal | 377 | 61 | 265 | 0 | 121 | 35 | 0 | 502 | 144 | 74 |
| Binary | 11111111 | 110001 | 10110101 | 0 | 1010001 | 11101 | 0 | 101000010 | 1100100 | 111100 |
Color Harmonies of #FF31B5
Complementary color
Monochromatic Colors of #FF31B5
Black with #FF31B5
Text Example
Text Example
White with #FF31B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF31B5; }
p { color: rgb(255,49,181); }
H1.HeaderClassName
{
color: #FF31B5;
}
.AnyTagClassName
{
color: #FF31B5;
}
</style>
background-color css
<style>
a { background-color: #FF31B5; }
a { background-color: rgb(255,49,181); }
div.DivClassName
{
background-color: #FF31B5;
}
.BgClassName
{
background-color: #FF31B5;
}
</style>
border-color css
<style>
span { border-color: #FF31B5; }
span { border-color: rgb(255,49,181); }
td.TdClassName
{
border-color: #FF31B5;
}
.TagClassName
{
border-color: #FF31B5;
}
</style>