Shades of Persian Pink #F681B9
Tints of Persian Pink #F681B9
RGB
CMYK
RGB Variations
Color information
#F681B9 (or 0xF681B9) is known color: Persian Pink. HEX triplet: F6, 81 and B9. RGB value is (246,129,185). Sum of RGB (Red+Green+Blue) = 246+129+185=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F681B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681B9 is #097E46. Grayscale: #AAAAAA. Windows color (decimal): -622151 or 12157430. OLE color: 12157430.
HSL color Cylindrical-coordinate representation of color #F681B9: hue angle of 331.28º 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 #F681B9 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 185 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.04 |
| HSL | 331.28º | 0.87% | 0.74% | - |
| HSV(B) | 331.28º | 0.48% | 0.96% | - |
| XYZ | 54.61 | 38.8 | 50.51 | - |
| YUV | 170.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 185 | 0 | 0.48 | 0.25 | 0.04 | 331.28 | 0.87 | 0.74 |
| Hex | F6 | 81 | B9 | 0 | 30 | 19 | 4 | 14B | 57 | 4A |
| Octal | 366 | 201 | 271 | 0 | 60 | 31 | 4 | 513 | 127 | 112 |
| Binary | 11110110 | 10000001 | 10111001 | 0 | 110000 | 11001 | 100 | 101001011 | 1010111 | 1001010 |
Color Harmonies of #F681B9
Complementary color
Monochromatic Colors of #F681B9
Black with #F681B9
Text Example
Text Example
White with #F681B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681B9; }
p { color: rgb(246,129,185); }
H1.HeaderClassName
{
color: #F681B9;
}
.AnyTagClassName
{
color: #F681B9;
}
</style>
background-color css
<style>
a { background-color: #F681B9; }
a { background-color: rgb(246,129,185); }
div.DivClassName
{
background-color: #F681B9;
}
.BgClassName
{
background-color: #F681B9;
}
</style>
border-color css
<style>
span { border-color: #F681B9; }
span { border-color: rgb(246,129,185); }
td.TdClassName
{
border-color: #F681B9;
}
.TagClassName
{
border-color: #F681B9;
}
</style>