Shades of Persian Pink #F086B5
Tints of Persian Pink #F086B5
RGB
CMYK
RGB Variations
Color information
#F086B5 (or 0xF086B5) is known color: Persian Pink. HEX triplet: F0, 86 and B5. RGB value is (240,134,181). Sum of RGB (Red+Green+Blue) = 240+134+181=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 181 (71.09% from 255 or 32.61% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B5 is #0F794A. Grayscale: #AAAAAA. Windows color (decimal): -1014091 or 11896560. OLE color: 11896560.
HSL color Cylindrical-coordinate representation of color #F086B5: hue angle of 333.4º 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 #F086B5 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 181 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.06 |
| HSL | 333.4º | 0.78% | 0.73% | - |
| HSV(B) | 333.4º | 0.44% | 0.94% | - |
| XYZ | 52.8 | 38.91 | 48.44 | - |
| YUV | 171.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 181 | 0 | 0.44 | 0.25 | 0.06 | 333.4 | 0.78 | 0.73 |
| Hex | F0 | 86 | B5 | 0 | 2C | 19 | 6 | 14D | 4E | 49 |
| Octal | 360 | 206 | 265 | 0 | 54 | 31 | 6 | 515 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10110101 | 0 | 101100 | 11001 | 110 | 101001101 | 1001110 | 1001001 |
Color Harmonies of #F086B5
Complementary color
Monochromatic Colors of #F086B5
Black with #F086B5
Text Example
Text Example
White with #F086B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086B5; }
p { color: rgb(240,134,181); }
H1.HeaderClassName
{
color: #F086B5;
}
.AnyTagClassName
{
color: #F086B5;
}
</style>
background-color css
<style>
a { background-color: #F086B5; }
a { background-color: rgb(240,134,181); }
div.DivClassName
{
background-color: #F086B5;
}
.BgClassName
{
background-color: #F086B5;
}
</style>
border-color css
<style>
span { border-color: #F086B5; }
span { border-color: rgb(240,134,181); }
td.TdClassName
{
border-color: #F086B5;
}
.TagClassName
{
border-color: #F086B5;
}
</style>