Shades of Persian Pink #F98AB9
Tints of Persian Pink #F98AB9
RGB
CMYK
RGB Variations
Color information
#F98AB9 (or 0xF98AB9) is known color: Persian Pink. HEX triplet: F9, 8A and B9. RGB value is (249,138,185). Sum of RGB (Red+Green+Blue) = 249+138+185=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AB9 is #067546. Grayscale: #B0B0B0. Windows color (decimal): -423239 or 12159737. OLE color: 12159737.
HSL color Cylindrical-coordinate representation of color #F98AB9: hue angle of 334.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F98AB9 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 185 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.02 |
| HSL | 334.59º | 0.9% | 0.76% | - |
| HSV(B) | 334.59º | 0.45% | 0.98% | - |
| XYZ | 56.91 | 41.82 | 50.97 | - |
| YUV | 176.55 | 132.77 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 185 | 0 | 0.45 | 0.26 | 0.02 | 334.59 | 0.9 | 0.76 |
| Hex | F9 | 8A | B9 | 0 | 2D | 1A | 2 | 14F | 5A | 4C |
| Octal | 371 | 212 | 271 | 0 | 55 | 32 | 2 | 517 | 132 | 114 |
| Binary | 11111001 | 10001010 | 10111001 | 0 | 101101 | 11010 | 10 | 101001111 | 1011010 | 1001100 |
Color Harmonies of #F98AB9
Complementary color
Monochromatic Colors of #F98AB9
Black with #F98AB9
Text Example
Text Example
White with #F98AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AB9; }
p { color: rgb(249,138,185); }
H1.HeaderClassName
{
color: #F98AB9;
}
.AnyTagClassName
{
color: #F98AB9;
}
</style>
background-color css
<style>
a { background-color: #F98AB9; }
a { background-color: rgb(249,138,185); }
div.DivClassName
{
background-color: #F98AB9;
}
.BgClassName
{
background-color: #F98AB9;
}
</style>
border-color css
<style>
span { border-color: #F98AB9; }
span { border-color: rgb(249,138,185); }
td.TdClassName
{
border-color: #F98AB9;
}
.TagClassName
{
border-color: #F98AB9;
}
</style>