Shades of Persian Pink #FF85BC
Tints of Persian Pink #FF85BC
RGB
CMYK
RGB Variations
Color information
#FF85BC (or 0xFF85BC) is known color: Persian Pink. HEX triplet: FF, 85 and BC. RGB value is (255,133,188). Sum of RGB (Red+Green+Blue) = 255+133+188=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85BC is #007A43. Grayscale: #AFAFAF. Windows color (decimal): -31300 or 12355071. OLE color: 12355071.
HSL color Cylindrical-coordinate representation of color #FF85BC: hue angle of 332.95º 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 #FF85BC is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 188 | - |
| CMYK | 0 | 0.48 | 0.26 | 0 |
| HSL | 332.95º | 1% | 0.76% | - |
| HSV(B) | 332.95º | 0.48% | 1% | - |
| XYZ | 58.7 | 41.67 | 52.53 | - |
| YUV | 175.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 188 | 0 | 0.48 | 0.26 | 0 | 332.95 | 1 | 0.76 |
| Hex | FF | 85 | BC | 0 | 30 | 1A | 0 | 14D | 64 | 4C |
| Octal | 377 | 205 | 274 | 0 | 60 | 32 | 0 | 515 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10111100 | 0 | 110000 | 11010 | 0 | 101001101 | 1100100 | 1001100 |
Color Harmonies of #FF85BC
Complementary color
Monochromatic Colors of #FF85BC
Black with #FF85BC
Text Example
Text Example
White with #FF85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85BC; }
p { color: rgb(255,133,188); }
H1.HeaderClassName
{
color: #FF85BC;
}
.AnyTagClassName
{
color: #FF85BC;
}
</style>
background-color css
<style>
a { background-color: #FF85BC; }
a { background-color: rgb(255,133,188); }
div.DivClassName
{
background-color: #FF85BC;
}
.BgClassName
{
background-color: #FF85BC;
}
</style>
border-color css
<style>
span { border-color: #FF85BC; }
span { border-color: rgb(255,133,188); }
td.TdClassName
{
border-color: #FF85BC;
}
.TagClassName
{
border-color: #FF85BC;
}
</style>