Shades of Persian Pink #F986BC
Tints of Persian Pink #F986BC
RGB
CMYK
RGB Variations
Color information
#F986BC (or 0xF986BC) is known color: Persian Pink. HEX triplet: F9, 86 and BC. RGB value is (249,134,188). Sum of RGB (Red+Green+Blue) = 249+134+188=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 188 (73.83% from 255 or 32.92% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F986BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F986BC is #067943. Grayscale: #AEAEAE. Windows color (decimal): -424260 or 12355321. OLE color: 12355321.
HSL color Cylindrical-coordinate representation of color #F986BC: hue angle of 331.83º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F986BC is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 134 | 188 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.02 |
| HSL | 331.83º | 0.91% | 0.75% | - |
| HSV(B) | 331.83º | 0.46% | 0.98% | - |
| XYZ | 56.67 | 40.82 | 52.47 | - |
| YUV | 174.54 | 135.6 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 134 | 188 | 0 | 0.46 | 0.24 | 0.02 | 331.83 | 0.91 | 0.75 |
| Hex | F9 | 86 | BC | 0 | 2E | 18 | 2 | 14C | 5B | 4B |
| Octal | 371 | 206 | 274 | 0 | 56 | 30 | 2 | 514 | 133 | 113 |
| Binary | 11111001 | 10000110 | 10111100 | 0 | 101110 | 11000 | 10 | 101001100 | 1011011 | 1001011 |
Color Harmonies of #F986BC
Complementary color
Monochromatic Colors of #F986BC
Black with #F986BC
Text Example
Text Example
White with #F986BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F986BC; }
p { color: rgb(249,134,188); }
H1.HeaderClassName
{
color: #F986BC;
}
.AnyTagClassName
{
color: #F986BC;
}
</style>
background-color css
<style>
a { background-color: #F986BC; }
a { background-color: rgb(249,134,188); }
div.DivClassName
{
background-color: #F986BC;
}
.BgClassName
{
background-color: #F986BC;
}
</style>
border-color css
<style>
span { border-color: #F986BC; }
span { border-color: rgb(249,134,188); }
td.TdClassName
{
border-color: #F986BC;
}
.TagClassName
{
border-color: #F986BC;
}
</style>