Shades of Persian Pink #FF86B5
Tints of Persian Pink #FF86B5
RGB
CMYK
RGB Variations
Color information
#FF86B5 (or 0xFF86B5) is known color: Persian Pink. HEX triplet: FF, 86 and B5. RGB value is (255,134,181). Sum of RGB (Red+Green+Blue) = 255+134+181=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF86B5 is #00794A. Grayscale: #AFAFAF. Windows color (decimal): -31051 or 11896575. OLE color: 11896575.
HSL color Cylindrical-coordinate representation of color #FF86B5: hue angle of 336.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FF86B5 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 134 | 181 | - |
| CMYK | 0 | 0.47 | 0.29 | 0 |
| HSL | 336.69º | 1% | 0.76% | - |
| HSV(B) | 336.69º | 0.47% | 1% | - |
| XYZ | 58.11 | 41.65 | 48.69 | - |
| YUV | 175.54 | 131.09 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 134 | 181 | 0 | 0.47 | 0.29 | 0 | 336.69 | 1 | 0.76 |
| Hex | FF | 86 | B5 | 0 | 2F | 1D | 0 | 151 | 64 | 4C |
| Octal | 377 | 206 | 265 | 0 | 57 | 35 | 0 | 521 | 144 | 114 |
| Binary | 11111111 | 10000110 | 10110101 | 0 | 101111 | 11101 | 0 | 101010001 | 1100100 | 1001100 |
Color Harmonies of #FF86B5
Complementary color
Monochromatic Colors of #FF86B5
Black with #FF86B5
Text Example
Text Example
White with #FF86B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF86B5; }
p { color: rgb(255,134,181); }
H1.HeaderClassName
{
color: #FF86B5;
}
.AnyTagClassName
{
color: #FF86B5;
}
</style>
background-color css
<style>
a { background-color: #FF86B5; }
a { background-color: rgb(255,134,181); }
div.DivClassName
{
background-color: #FF86B5;
}
.BgClassName
{
background-color: #FF86B5;
}
</style>
border-color css
<style>
span { border-color: #FF86B5; }
span { border-color: rgb(255,134,181); }
td.TdClassName
{
border-color: #FF86B5;
}
.TagClassName
{
border-color: #FF86B5;
}
</style>