Shades of Persian Pink #F681BA
Tints of Persian Pink #F681BA
RGB
CMYK
RGB Variations
Color information
#F681BA (or 0xF681BA) is known color: Persian Pink. HEX triplet: F6, 81 and BA. RGB value is (246,129,186). Sum of RGB (Red+Green+Blue) = 246+129+186=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F681BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681BA is #097E45. Grayscale: #AAAAAA. Windows color (decimal): -622150 or 12222966. OLE color: 12222966.
HSL color Cylindrical-coordinate representation of color #F681BA: hue angle of 330.77º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681BA is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 186 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.04 |
| HSL | 330.77º | 0.87% | 0.74% | - |
| HSV(B) | 330.77º | 0.48% | 0.96% | - |
| XYZ | 54.72 | 38.84 | 51.07 | - |
| YUV | 170.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 186 | 0 | 0.48 | 0.24 | 0.04 | 330.77 | 0.87 | 0.74 |
| Hex | F6 | 81 | BA | 0 | 30 | 18 | 4 | 14B | 57 | 4A |
| Octal | 366 | 201 | 272 | 0 | 60 | 30 | 4 | 513 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10111010 | 0 | 110000 | 11000 | 100 | 101001011 | 1010111 | 1001010 |
Color Harmonies of #F681BA
Complementary color
Monochromatic Colors of #F681BA
Black with #F681BA
Text Example
Text Example
White with #F681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681BA; }
p { color: rgb(246,129,186); }
H1.HeaderClassName
{
color: #F681BA;
}
.AnyTagClassName
{
color: #F681BA;
}
</style>
background-color css
<style>
a { background-color: #F681BA; }
a { background-color: rgb(246,129,186); }
div.DivClassName
{
background-color: #F681BA;
}
.BgClassName
{
background-color: #F681BA;
}
</style>
border-color css
<style>
span { border-color: #F681BA; }
span { border-color: rgb(246,129,186); }
td.TdClassName
{
border-color: #F681BA;
}
.TagClassName
{
border-color: #F681BA;
}
</style>