Shades of Persian Pink #F086BA
Tints of Persian Pink #F086BA
RGB
CMYK
RGB Variations
Color information
#F086BA (or 0xF086BA) is known color: Persian Pink. HEX triplet: F0, 86 and BA. RGB value is (240,134,186). Sum of RGB (Red+Green+Blue) = 240+134+186=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F086BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086BA is #0F7945. Grayscale: #ABABAB. Windows color (decimal): -1014086 or 12224240. OLE color: 12224240.
HSL color Cylindrical-coordinate representation of color #F086BA: hue angle of 330.57º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086BA is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 186 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.06 |
| HSL | 330.57º | 0.78% | 0.73% | - |
| HSV(B) | 330.57º | 0.44% | 0.94% | - |
| XYZ | 53.32 | 39.12 | 51.19 | - |
| YUV | 171.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 186 | 0 | 0.44 | 0.22 | 0.06 | 330.57 | 0.78 | 0.73 |
| Hex | F0 | 86 | BA | 0 | 2C | 16 | 6 | 14B | 4E | 49 |
| Octal | 360 | 206 | 272 | 0 | 54 | 26 | 6 | 513 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10111010 | 0 | 101100 | 10110 | 110 | 101001011 | 1001110 | 1001001 |
Color Harmonies of #F086BA
Complementary color
Monochromatic Colors of #F086BA
Black with #F086BA
Text Example
Text Example
White with #F086BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086BA; }
p { color: rgb(240,134,186); }
H1.HeaderClassName
{
color: #F086BA;
}
.AnyTagClassName
{
color: #F086BA;
}
</style>
background-color css
<style>
a { background-color: #F086BA; }
a { background-color: rgb(240,134,186); }
div.DivClassName
{
background-color: #F086BA;
}
.BgClassName
{
background-color: #F086BA;
}
</style>
border-color css
<style>
span { border-color: #F086BA; }
span { border-color: rgb(240,134,186); }
td.TdClassName
{
border-color: #F086BA;
}
.TagClassName
{
border-color: #F086BA;
}
</style>