Shades of Persian Pink #FF85BA
Tints of Persian Pink #FF85BA
RGB
CMYK
RGB Variations
Color information
#FF85BA (or 0xFF85BA) is known color: Persian Pink. HEX triplet: FF, 85 and BA. RGB value is (255,133,186). Sum of RGB (Red+Green+Blue) = 255+133+186=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85BA is #007A45. Grayscale: #AFAFAF. Windows color (decimal): -31302 or 12223999. OLE color: 12223999.
HSL color Cylindrical-coordinate representation of color #FF85BA: hue angle of 333.93º 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 #FF85BA is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 186 | - |
| CMYK | 0 | 0.48 | 0.27 | 0 |
| HSL | 333.93º | 1% | 0.76% | - |
| HSV(B) | 333.93º | 0.48% | 1% | - |
| XYZ | 58.49 | 41.58 | 51.4 | - |
| YUV | 175.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 186 | 0 | 0.48 | 0.27 | 0 | 333.93 | 1 | 0.76 |
| Hex | FF | 85 | BA | 0 | 30 | 1B | 0 | 14E | 64 | 4C |
| Octal | 377 | 205 | 272 | 0 | 60 | 33 | 0 | 516 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10111010 | 0 | 110000 | 11011 | 0 | 101001110 | 1100100 | 1001100 |
Color Harmonies of #FF85BA
Complementary color
Monochromatic Colors of #FF85BA
Black with #FF85BA
Text Example
Text Example
White with #FF85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85BA; }
p { color: rgb(255,133,186); }
H1.HeaderClassName
{
color: #FF85BA;
}
.AnyTagClassName
{
color: #FF85BA;
}
</style>
background-color css
<style>
a { background-color: #FF85BA; }
a { background-color: rgb(255,133,186); }
div.DivClassName
{
background-color: #FF85BA;
}
.BgClassName
{
background-color: #FF85BA;
}
</style>
border-color css
<style>
span { border-color: #FF85BA; }
span { border-color: rgb(255,133,186); }
td.TdClassName
{
border-color: #FF85BA;
}
.TagClassName
{
border-color: #FF85BA;
}
</style>