Shades of Persian Pink #F686B7
Tints of Persian Pink #F686B7
RGB
CMYK
RGB Variations
Color information
#F686B7 (or 0xF686B7) is known color: Persian Pink. HEX triplet: F6, 86 and B7. RGB value is (246,134,183). Sum of RGB (Red+Green+Blue) = 246+134+183=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 183 (71.88% from 255 or 32.50% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F686B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686B7 is #097948. Grayscale: #ACACAC. Windows color (decimal): -620873 or 12027638. OLE color: 12027638.
HSL color Cylindrical-coordinate representation of color #F686B7: hue angle of 333.75º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686B7 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 134 | 183 | - |
| CMYK | 0 | 0.46 | 0.26 | 0.04 |
| HSL | 333.75º | 0.86% | 0.75% | - |
| HSV(B) | 333.75º | 0.46% | 0.96% | - |
| XYZ | 55.08 | 40.06 | 49.63 | - |
| YUV | 173.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 134 | 183 | 0 | 0.46 | 0.26 | 0.04 | 333.75 | 0.86 | 0.75 |
| Hex | F6 | 86 | B7 | 0 | 2E | 1A | 4 | 14E | 56 | 4B |
| Octal | 366 | 206 | 267 | 0 | 56 | 32 | 4 | 516 | 126 | 113 |
| Binary | 11110110 | 10000110 | 10110111 | 0 | 101110 | 11010 | 100 | 101001110 | 1010110 | 1001011 |
Color Harmonies of #F686B7
Complementary color
Monochromatic Colors of #F686B7
Black with #F686B7
Text Example
Text Example
White with #F686B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F686B7; }
p { color: rgb(246,134,183); }
H1.HeaderClassName
{
color: #F686B7;
}
.AnyTagClassName
{
color: #F686B7;
}
</style>
background-color css
<style>
a { background-color: #F686B7; }
a { background-color: rgb(246,134,183); }
div.DivClassName
{
background-color: #F686B7;
}
.BgClassName
{
background-color: #F686B7;
}
</style>
border-color css
<style>
span { border-color: #F686B7; }
span { border-color: rgb(246,134,183); }
td.TdClassName
{
border-color: #F686B7;
}
.TagClassName
{
border-color: #F686B7;
}
</style>