Shades of Persian Pink #F680BA
Tints of Persian Pink #F680BA
RGB
CMYK
RGB Variations
Color information
#F680BA (or 0xF680BA) is known color: Persian Pink. HEX triplet: F6, 80 and BA. RGB value is (246,128,186). Sum of RGB (Red+Green+Blue) = 246+128+186=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 128 (50.39% from 255 or 22.86% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F680BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F680BA is #097F45. Grayscale: #A9A9A9. Windows color (decimal): -622406 or 12222710. OLE color: 12222710.
HSL color Cylindrical-coordinate representation of color #F680BA: hue angle of 330.51º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F680BA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 128 | 186 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.04 |
| HSL | 330.51º | 0.87% | 0.73% | - |
| HSV(B) | 330.51º | 0.48% | 0.96% | - |
| XYZ | 54.59 | 38.58 | 51.02 | - |
| YUV | 169.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 128 | 186 | 0 | 0.48 | 0.24 | 0.04 | 330.51 | 0.87 | 0.73 |
| Hex | F6 | 80 | BA | 0 | 30 | 18 | 4 | 14B | 57 | 49 |
| Octal | 366 | 200 | 272 | 0 | 60 | 30 | 4 | 513 | 127 | 111 |
| Binary | 11110110 | 10000000 | 10111010 | 0 | 110000 | 11000 | 100 | 101001011 | 1010111 | 1001001 |
Color Harmonies of #F680BA
Complementary color
Monochromatic Colors of #F680BA
Black with #F680BA
Text Example
Text Example
White with #F680BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F680BA; }
p { color: rgb(246,128,186); }
H1.HeaderClassName
{
color: #F680BA;
}
.AnyTagClassName
{
color: #F680BA;
}
</style>
background-color css
<style>
a { background-color: #F680BA; }
a { background-color: rgb(246,128,186); }
div.DivClassName
{
background-color: #F680BA;
}
.BgClassName
{
background-color: #F680BA;
}
</style>
border-color css
<style>
span { border-color: #F680BA; }
span { border-color: rgb(246,128,186); }
td.TdClassName
{
border-color: #F680BA;
}
.TagClassName
{
border-color: #F680BA;
}
</style>