Shades of Persian Pink #F888BA
Tints of Persian Pink #F888BA
RGB
CMYK
RGB Variations
Color information
#F888BA (or 0xF888BA) is known color: Persian Pink. HEX triplet: F8, 88 and BA. RGB value is (248,136,186). Sum of RGB (Red+Green+Blue) = 248+136+186=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F888BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F888BA is #077745. Grayscale: #AFAFAF. Windows color (decimal): -489286 or 12224760. OLE color: 12224760.
HSL color Cylindrical-coordinate representation of color #F888BA: hue angle of 333.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888BA is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 186 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.03 |
| HSL | 333.21º | 0.89% | 0.75% | - |
| HSV(B) | 333.21º | 0.45% | 0.97% | - |
| XYZ | 56.38 | 41.11 | 51.42 | - |
| YUV | 175.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 186 | 0 | 0.45 | 0.25 | 0.03 | 333.21 | 0.89 | 0.75 |
| Hex | F8 | 88 | BA | 0 | 2D | 19 | 3 | 14D | 59 | 4B |
| Octal | 370 | 210 | 272 | 0 | 55 | 31 | 3 | 515 | 131 | 113 |
| Binary | 11111000 | 10001000 | 10111010 | 0 | 101101 | 11001 | 11 | 101001101 | 1011001 | 1001011 |
Color Harmonies of #F888BA
Complementary color
Monochromatic Colors of #F888BA
Black with #F888BA
Text Example
Text Example
White with #F888BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888BA; }
p { color: rgb(248,136,186); }
H1.HeaderClassName
{
color: #F888BA;
}
.AnyTagClassName
{
color: #F888BA;
}
</style>
background-color css
<style>
a { background-color: #F888BA; }
a { background-color: rgb(248,136,186); }
div.DivClassName
{
background-color: #F888BA;
}
.BgClassName
{
background-color: #F888BA;
}
</style>
border-color css
<style>
span { border-color: #F888BA; }
span { border-color: rgb(248,136,186); }
td.TdClassName
{
border-color: #F888BA;
}
.TagClassName
{
border-color: #F888BA;
}
</style>