Shades of Persian Pink #F988BA
Tints of Persian Pink #F988BA
RGB
CMYK
RGB Variations
Color information
#F988BA (or 0xF988BA) is known color: Persian Pink. HEX triplet: F9, 88 and BA. RGB value is (249,136,186). Sum of RGB (Red+Green+Blue) = 249+136+186=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F988BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F988BA is #067745. Grayscale: #AFAFAF. Windows color (decimal): -423750 or 12224761. OLE color: 12224761.
HSL color Cylindrical-coordinate representation of color #F988BA: hue angle of 333.45º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F988BA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 136 | 186 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.02 |
| HSL | 333.45º | 0.9% | 0.75% | - |
| HSV(B) | 333.45º | 0.45% | 0.98% | - |
| XYZ | 56.73 | 41.29 | 51.43 | - |
| YUV | 175.49 | 133.94 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 136 | 186 | 0 | 0.45 | 0.25 | 0.02 | 333.45 | 0.9 | 0.75 |
| Hex | F9 | 88 | BA | 0 | 2D | 19 | 2 | 14D | 5A | 4B |
| Octal | 371 | 210 | 272 | 0 | 55 | 31 | 2 | 515 | 132 | 113 |
| Binary | 11111001 | 10001000 | 10111010 | 0 | 101101 | 11001 | 10 | 101001101 | 1011010 | 1001011 |
Color Harmonies of #F988BA
Complementary color
Monochromatic Colors of #F988BA
Black with #F988BA
Text Example
Text Example
White with #F988BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F988BA; }
p { color: rgb(249,136,186); }
H1.HeaderClassName
{
color: #F988BA;
}
.AnyTagClassName
{
color: #F988BA;
}
</style>
background-color css
<style>
a { background-color: #F988BA; }
a { background-color: rgb(249,136,186); }
div.DivClassName
{
background-color: #F988BA;
}
.BgClassName
{
background-color: #F988BA;
}
</style>
border-color css
<style>
span { border-color: #F988BA; }
span { border-color: rgb(249,136,186); }
td.TdClassName
{
border-color: #F988BA;
}
.TagClassName
{
border-color: #F988BA;
}
</style>