Shades of Persian Pink #F87AB9
Tints of Persian Pink #F87AB9
RGB
CMYK
RGB Variations
Color information
#F87AB9 (or 0xF87AB9) is known color: Persian Pink. HEX triplet: F8, 7A and B9. RGB value is (248,122,185). Sum of RGB (Red+Green+Blue) = 248+122+185=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AB9 is #078546. Grayscale: #A6A6A6. Windows color (decimal): -492871 or 12155640. OLE color: 12155640.
HSL color Cylindrical-coordinate representation of color #F87AB9: hue angle of 330º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AB9 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 185 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.03 |
| HSL | 330º | 0.9% | 0.73% | - |
| HSV(B) | 330º | 0.51% | 0.97% | - |
| XYZ | 54.43 | 37.38 | 50.25 | - |
| YUV | 166.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 185 | 0 | 0.51 | 0.25 | 0.03 | 330 | 0.9 | 0.73 |
| Hex | F8 | 7A | B9 | 0 | 33 | 19 | 3 | 14A | 5A | 49 |
| Octal | 370 | 172 | 271 | 0 | 63 | 31 | 3 | 512 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10111001 | 0 | 110011 | 11001 | 11 | 101001010 | 1011010 | 1001001 |
Color Harmonies of #F87AB9
Complementary color
Monochromatic Colors of #F87AB9
Black with #F87AB9
Text Example
Text Example
White with #F87AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AB9; }
p { color: rgb(248,122,185); }
H1.HeaderClassName
{
color: #F87AB9;
}
.AnyTagClassName
{
color: #F87AB9;
}
</style>
background-color css
<style>
a { background-color: #F87AB9; }
a { background-color: rgb(248,122,185); }
div.DivClassName
{
background-color: #F87AB9;
}
.BgClassName
{
background-color: #F87AB9;
}
</style>
border-color css
<style>
span { border-color: #F87AB9; }
span { border-color: rgb(248,122,185); }
td.TdClassName
{
border-color: #F87AB9;
}
.TagClassName
{
border-color: #F87AB9;
}
</style>