Shades of Persian Pink #F089B9
Tints of Persian Pink #F089B9
RGB
CMYK
RGB Variations
Color information
#F089B9 (or 0xF089B9) is known color: Persian Pink. HEX triplet: F0, 89 and B9. RGB value is (240,137,185). Sum of RGB (Red+Green+Blue) = 240+137+185=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F089B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089B9 is #0F7646. Grayscale: #ADADAD. Windows color (decimal): -1013319 or 12159472. OLE color: 12159472.
HSL color Cylindrical-coordinate representation of color #F089B9: hue angle of 332.04º 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 #F089B9 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 185 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.06 |
| HSL | 332.04º | 0.77% | 0.74% | - |
| HSV(B) | 332.04º | 0.43% | 0.94% | - |
| XYZ | 53.64 | 39.92 | 50.78 | - |
| YUV | 173.27 | 134.62 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 185 | 0 | 0.43 | 0.23 | 0.06 | 332.04 | 0.77 | 0.74 |
| Hex | F0 | 89 | B9 | 0 | 2B | 17 | 6 | 14C | 4D | 4A |
| Octal | 360 | 211 | 271 | 0 | 53 | 27 | 6 | 514 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10111001 | 0 | 101011 | 10111 | 110 | 101001100 | 1001101 | 1001010 |
Color Harmonies of #F089B9
Complementary color
Monochromatic Colors of #F089B9
Black with #F089B9
Text Example
Text Example
White with #F089B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089B9; }
p { color: rgb(240,137,185); }
H1.HeaderClassName
{
color: #F089B9;
}
.AnyTagClassName
{
color: #F089B9;
}
</style>
background-color css
<style>
a { background-color: #F089B9; }
a { background-color: rgb(240,137,185); }
div.DivClassName
{
background-color: #F089B9;
}
.BgClassName
{
background-color: #F089B9;
}
</style>
border-color css
<style>
span { border-color: #F089B9; }
span { border-color: rgb(240,137,185); }
td.TdClassName
{
border-color: #F089B9;
}
.TagClassName
{
border-color: #F089B9;
}
</style>