Shades of Persian Pink #FF81B7
Tints of Persian Pink #FF81B7
RGB
CMYK
RGB Variations
Color information
#FF81B7 (or 0xFF81B7) is known color: Persian Pink. HEX triplet: FF, 81 and B7. RGB value is (255,129,183). Sum of RGB (Red+Green+Blue) = 255+129+183=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81B7 is #007E48. Grayscale: #ACACAC. Windows color (decimal): -32329 or 12026367. OLE color: 12026367.
HSL color Cylindrical-coordinate representation of color #FF81B7: hue angle of 334.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF81B7 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 129 | 183 | - |
| CMYK | 0 | 0.49 | 0.28 | 0 |
| HSL | 334.29º | 1% | 0.75% | - |
| HSV(B) | 334.29º | 0.49% | 1% | - |
| XYZ | 57.64 | 40.38 | 49.56 | - |
| YUV | 172.83 | 133.74 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 129 | 183 | 0 | 0.49 | 0.28 | 0 | 334.29 | 1 | 0.75 |
| Hex | FF | 81 | B7 | 0 | 31 | 1C | 0 | 14E | 64 | 4B |
| Octal | 377 | 201 | 267 | 0 | 61 | 34 | 0 | 516 | 144 | 113 |
| Binary | 11111111 | 10000001 | 10110111 | 0 | 110001 | 11100 | 0 | 101001110 | 1100100 | 1001011 |
Color Harmonies of #FF81B7
Complementary color
Monochromatic Colors of #FF81B7
Black with #FF81B7
Text Example
Text Example
White with #FF81B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF81B7; }
p { color: rgb(255,129,183); }
H1.HeaderClassName
{
color: #FF81B7;
}
.AnyTagClassName
{
color: #FF81B7;
}
</style>
background-color css
<style>
a { background-color: #FF81B7; }
a { background-color: rgb(255,129,183); }
div.DivClassName
{
background-color: #FF81B7;
}
.BgClassName
{
background-color: #FF81B7;
}
</style>
border-color css
<style>
span { border-color: #FF81B7; }
span { border-color: rgb(255,129,183); }
td.TdClassName
{
border-color: #FF81B7;
}
.TagClassName
{
border-color: #FF81B7;
}
</style>