Shades of Persian Pink #F086B7
Tints of Persian Pink #F086B7
RGB
CMYK
RGB Variations
Color information
#F086B7 (or 0xF086B7) is known color: Persian Pink. HEX triplet: F0, 86 and B7. RGB value is (240,134,183). Sum of RGB (Red+Green+Blue) = 240+134+183=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F086B7 is #0F7948. Grayscale: #ABABAB. Windows color (decimal): -1014089 or 12027632. OLE color: 12027632.
HSL color Cylindrical-coordinate representation of color #F086B7: hue angle of 332.26º 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 #F086B7 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 183 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.06 |
| HSL | 332.26º | 0.78% | 0.73% | - |
| HSV(B) | 332.26º | 0.44% | 0.94% | - |
| XYZ | 53.01 | 38.99 | 49.53 | - |
| YUV | 171.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 183 | 0 | 0.44 | 0.24 | 0.06 | 332.26 | 0.78 | 0.73 |
| Hex | F0 | 86 | B7 | 0 | 2C | 18 | 6 | 14C | 4E | 49 |
| Octal | 360 | 206 | 267 | 0 | 54 | 30 | 6 | 514 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10110111 | 0 | 101100 | 11000 | 110 | 101001100 | 1001110 | 1001001 |
Color Harmonies of #F086B7
Complementary color
Monochromatic Colors of #F086B7
Black with #F086B7
Text Example
Text Example
White with #F086B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086B7; }
p { color: rgb(240,134,183); }
H1.HeaderClassName
{
color: #F086B7;
}
.AnyTagClassName
{
color: #F086B7;
}
</style>
background-color css
<style>
a { background-color: #F086B7; }
a { background-color: rgb(240,134,183); }
div.DivClassName
{
background-color: #F086B7;
}
.BgClassName
{
background-color: #F086B7;
}
</style>
border-color css
<style>
span { border-color: #F086B7; }
span { border-color: rgb(240,134,183); }
td.TdClassName
{
border-color: #F086B7;
}
.TagClassName
{
border-color: #F086B7;
}
</style>