Shades of Persian Pink #F089B5
Tints of Persian Pink #F089B5
RGB
CMYK
RGB Variations
Color information
#F089B5 (or 0xF089B5) is known color: Persian Pink. HEX triplet: F0, 89 and B5. RGB value is (240,137,181). Sum of RGB (Red+Green+Blue) = 240+137+181=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 137 (53.91% from 255 or 24.55% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F089B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089B5 is #0F764A. Grayscale: #ACACAC. Windows color (decimal): -1013323 or 11897328. OLE color: 11897328.
HSL color Cylindrical-coordinate representation of color #F089B5: hue angle of 334.37º 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 #F089B5 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 181 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.06 |
| HSL | 334.37º | 0.77% | 0.74% | - |
| HSV(B) | 334.37º | 0.43% | 0.94% | - |
| XYZ | 53.22 | 39.75 | 48.58 | - |
| YUV | 172.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 181 | 0 | 0.43 | 0.25 | 0.06 | 334.37 | 0.77 | 0.74 |
| Hex | F0 | 89 | B5 | 0 | 2B | 19 | 6 | 14E | 4D | 4A |
| Octal | 360 | 211 | 265 | 0 | 53 | 31 | 6 | 516 | 115 | 112 |
| Binary | 11110000 | 10001001 | 10110101 | 0 | 101011 | 11001 | 110 | 101001110 | 1001101 | 1001010 |
Color Harmonies of #F089B5
Complementary color
Monochromatic Colors of #F089B5
Black with #F089B5
Text Example
Text Example
White with #F089B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F089B5; }
p { color: rgb(240,137,181); }
H1.HeaderClassName
{
color: #F089B5;
}
.AnyTagClassName
{
color: #F089B5;
}
</style>
background-color css
<style>
a { background-color: #F089B5; }
a { background-color: rgb(240,137,181); }
div.DivClassName
{
background-color: #F089B5;
}
.BgClassName
{
background-color: #F089B5;
}
</style>
border-color css
<style>
span { border-color: #F089B5; }
span { border-color: rgb(240,137,181); }
td.TdClassName
{
border-color: #F089B5;
}
.TagClassName
{
border-color: #F089B5;
}
</style>