Shades of Persian Pink #F87ABB
Tints of Persian Pink #F87ABB
RGB
CMYK
RGB Variations
Color information
#F87ABB (or 0xF87ABB) is known color: Persian Pink. HEX triplet: F8, 7A and BB. RGB value is (248,122,187). Sum of RGB (Red+Green+Blue) = 248+122+187=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ABB is #078544. Grayscale: #A6A6A6. Windows color (decimal): -492869 or 12286712. OLE color: 12286712.
HSL color Cylindrical-coordinate representation of color #F87ABB: hue angle of 329.05º 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 #F87ABB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 187 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.03 |
| HSL | 329.05º | 0.9% | 0.73% | - |
| HSV(B) | 329.05º | 0.51% | 0.97% | - |
| XYZ | 54.64 | 37.46 | 51.36 | - |
| YUV | 167.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 187 | 0 | 0.51 | 0.25 | 0.03 | 329.05 | 0.9 | 0.73 |
| Hex | F8 | 7A | BB | 0 | 33 | 19 | 3 | 149 | 5A | 49 |
| Octal | 370 | 172 | 273 | 0 | 63 | 31 | 3 | 511 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10111011 | 0 | 110011 | 11001 | 11 | 101001001 | 1011010 | 1001001 |
Color Harmonies of #F87ABB
Complementary color
Monochromatic Colors of #F87ABB
Black with #F87ABB
Text Example
Text Example
White with #F87ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87ABB; }
p { color: rgb(248,122,187); }
H1.HeaderClassName
{
color: #F87ABB;
}
.AnyTagClassName
{
color: #F87ABB;
}
</style>
background-color css
<style>
a { background-color: #F87ABB; }
a { background-color: rgb(248,122,187); }
div.DivClassName
{
background-color: #F87ABB;
}
.BgClassName
{
background-color: #F87ABB;
}
</style>
border-color css
<style>
span { border-color: #F87ABB; }
span { border-color: rgb(248,122,187); }
td.TdClassName
{
border-color: #F87ABB;
}
.TagClassName
{
border-color: #F87ABB;
}
</style>