Shades of Persian Pink #FF85B5
Tints of Persian Pink #FF85B5
RGB
CMYK
RGB Variations
Color information
#FF85B5 (or 0xFF85B5) is known color: Persian Pink. HEX triplet: FF, 85 and B5. RGB value is (255,133,181). Sum of RGB (Red+Green+Blue) = 255+133+181=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF85B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF85B5 is #007A4A. Grayscale: #AEAEAE. Windows color (decimal): -31307 or 11896319. OLE color: 11896319.
HSL color Cylindrical-coordinate representation of color #FF85B5: hue angle of 336.39º 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 #FF85B5 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 181 | - |
| CMYK | 0 | 0.48 | 0.29 | 0 |
| HSL | 336.39º | 1% | 0.76% | - |
| HSV(B) | 336.39º | 0.48% | 1% | - |
| XYZ | 57.97 | 41.37 | 48.65 | - |
| YUV | 174.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 181 | 0 | 0.48 | 0.29 | 0 | 336.39 | 1 | 0.76 |
| Hex | FF | 85 | B5 | 0 | 30 | 1D | 0 | 150 | 64 | 4C |
| Octal | 377 | 205 | 265 | 0 | 60 | 35 | 0 | 520 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10110101 | 0 | 110000 | 11101 | 0 | 101010000 | 1100100 | 1001100 |
Color Harmonies of #FF85B5
Complementary color
Monochromatic Colors of #FF85B5
Black with #FF85B5
Text Example
Text Example
White with #FF85B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF85B5; }
p { color: rgb(255,133,181); }
H1.HeaderClassName
{
color: #FF85B5;
}
.AnyTagClassName
{
color: #FF85B5;
}
</style>
background-color css
<style>
a { background-color: #FF85B5; }
a { background-color: rgb(255,133,181); }
div.DivClassName
{
background-color: #FF85B5;
}
.BgClassName
{
background-color: #FF85B5;
}
</style>
border-color css
<style>
span { border-color: #FF85B5; }
span { border-color: rgb(255,133,181); }
td.TdClassName
{
border-color: #FF85B5;
}
.TagClassName
{
border-color: #FF85B5;
}
</style>