Shades of Persian Pink #F682BA
Tints of Persian Pink #F682BA
RGB
CMYK
RGB Variations
Color information
#F682BA (or 0xF682BA) is known color: Persian Pink. HEX triplet: F6, 82 and BA. RGB value is (246,130,186). Sum of RGB (Red+Green+Blue) = 246+130+186=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F682BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F682BA is #097D45. Grayscale: #AAAAAA. Windows color (decimal): -621894 or 12223222. OLE color: 12223222.
HSL color Cylindrical-coordinate representation of color #F682BA: hue angle of 331.03º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682BA is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 186 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.04 |
| HSL | 331.03º | 0.87% | 0.74% | - |
| HSV(B) | 331.03º | 0.47% | 0.96% | - |
| XYZ | 54.85 | 39.1 | 51.11 | - |
| YUV | 171.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 186 | 0 | 0.47 | 0.24 | 0.04 | 331.03 | 0.87 | 0.74 |
| Hex | F6 | 82 | BA | 0 | 2F | 18 | 4 | 14B | 57 | 4A |
| Octal | 366 | 202 | 272 | 0 | 57 | 30 | 4 | 513 | 127 | 112 |
| Binary | 11110110 | 10000010 | 10111010 | 0 | 101111 | 11000 | 100 | 101001011 | 1010111 | 1001010 |
Color Harmonies of #F682BA
Complementary color
Monochromatic Colors of #F682BA
Black with #F682BA
Text Example
Text Example
White with #F682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682BA; }
p { color: rgb(246,130,186); }
H1.HeaderClassName
{
color: #F682BA;
}
.AnyTagClassName
{
color: #F682BA;
}
</style>
background-color css
<style>
a { background-color: #F682BA; }
a { background-color: rgb(246,130,186); }
div.DivClassName
{
background-color: #F682BA;
}
.BgClassName
{
background-color: #F682BA;
}
</style>
border-color css
<style>
span { border-color: #F682BA; }
span { border-color: rgb(246,130,186); }
td.TdClassName
{
border-color: #F682BA;
}
.TagClassName
{
border-color: #F682BA;
}
</style>