Shades of Persian Pink #FF85B9
Tints of Persian Pink #FF85B9
RGB
CMYK
RGB Variations
Color information
#FF85B9 (or 0xFF85B9) is known color: Persian Pink. HEX triplet: FF, 85 and B9. RGB value is (255,133,185). Sum of RGB (Red+Green+Blue) = 255+133+185=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85B9 is #007A46. Grayscale: #AFAFAF. Windows color (decimal): -31303 or 12158463. OLE color: 12158463.
HSL color Cylindrical-coordinate representation of color #FF85B9: hue angle of 334.43º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF85B9 is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 185 | - |
| CMYK | 0 | 0.48 | 0.27 | 0 |
| HSL | 334.43º | 1% | 0.76% | - |
| HSV(B) | 334.43º | 0.48% | 1% | - |
| XYZ | 58.38 | 41.54 | 50.84 | - |
| YUV | 175.41 | 133.42 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 185 | 0 | 0.48 | 0.27 | 0 | 334.43 | 1 | 0.76 |
| Hex | FF | 85 | B9 | 0 | 30 | 1B | 0 | 14E | 64 | 4C |
| Octal | 377 | 205 | 271 | 0 | 60 | 33 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10111001 | 0 | 110000 | 11011 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF85B9
Complementary color
Monochromatic Colors of #FF85B9
Black with #FF85B9
Text Example
Text Example
White with #FF85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85B9; }
p { color: rgb(255,133,185); }
H1.HeaderClassName
{
color: #FF85B9;
}
.AnyTagClassName
{
color: #FF85B9;
}
</style>
background-color css
<style>
a { background-color: #FF85B9; }
a { background-color: rgb(255,133,185); }
div.DivClassName
{
background-color: #FF85B9;
}
.BgClassName
{
background-color: #FF85B9;
}
</style>
border-color css
<style>
span { border-color: #FF85B9; }
span { border-color: rgb(255,133,185); }
td.TdClassName
{
border-color: #FF85B9;
}
.TagClassName
{
border-color: #FF85B9;
}
</style>