Shades of Persian Pink #F089BA
Tints of Persian Pink #F089BA
RGB
CMYK
RGB Variations
Color information
#F089BA (or 0xF089BA) is known color: Persian Pink. HEX triplet: F0, 89 and BA. RGB value is (240,137,186). Sum of RGB (Red+Green+Blue) = 240+137+186=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F089BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089BA is #0F7645. Grayscale: #ADADAD. Windows color (decimal): -1013318 or 12225008. OLE color: 12225008.
HSL color Cylindrical-coordinate representation of color #F089BA: hue angle of 331.46º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F089BA is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 186 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.06 |
| HSL | 331.46º | 0.77% | 0.74% | - |
| HSV(B) | 331.46º | 0.43% | 0.94% | - |
| XYZ | 53.74 | 39.96 | 51.34 | - |
| YUV | 173.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 186 | 0 | 0.43 | 0.22 | 0.06 | 331.46 | 0.77 | 0.74 |
| Hex | F0 | 89 | BA | 0 | 2B | 16 | 6 | 14B | 4D | 4A |
| Octal | 360 | 211 | 272 | 0 | 53 | 26 | 6 | 513 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10111010 | 0 | 101011 | 10110 | 110 | 101001011 | 1001101 | 1001010 |
Color Harmonies of #F089BA
Complementary color
Monochromatic Colors of #F089BA
Black with #F089BA
Text Example
Text Example
White with #F089BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089BA; }
p { color: rgb(240,137,186); }
H1.HeaderClassName
{
color: #F089BA;
}
.AnyTagClassName
{
color: #F089BA;
}
</style>
background-color css
<style>
a { background-color: #F089BA; }
a { background-color: rgb(240,137,186); }
div.DivClassName
{
background-color: #F089BA;
}
.BgClassName
{
background-color: #F089BA;
}
</style>
border-color css
<style>
span { border-color: #F089BA; }
span { border-color: rgb(240,137,186); }
td.TdClassName
{
border-color: #F089BA;
}
.TagClassName
{
border-color: #F089BA;
}
</style>