Shades of Persian Pink #F98AB5
Tints of Persian Pink #F98AB5
RGB
CMYK
RGB Variations
Color information
#F98AB5 (or 0xF98AB5) is known color: Persian Pink. HEX triplet: F9, 8A and B5. RGB value is (249,138,181). Sum of RGB (Red+Green+Blue) = 249+138+181=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F98AB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F98AB5 is #06754A. Grayscale: #B0B0B0. Windows color (decimal): -423243 or 11897593. OLE color: 11897593.
HSL color Cylindrical-coordinate representation of color #F98AB5: hue angle of 336.76º 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 #F98AB5 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 181 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.02 |
| HSL | 336.76º | 0.9% | 0.76% | - |
| HSV(B) | 336.76º | 0.45% | 0.98% | - |
| XYZ | 56.5 | 41.65 | 48.78 | - |
| YUV | 176.09 | 130.77 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 181 | 0 | 0.45 | 0.27 | 0.02 | 336.76 | 0.9 | 0.76 |
| Hex | F9 | 8A | B5 | 0 | 2D | 1B | 2 | 151 | 5A | 4C |
| Octal | 371 | 212 | 265 | 0 | 55 | 33 | 2 | 521 | 132 | 114 |
| Binary | 11111001 | 10001010 | 10110101 | 0 | 101101 | 11011 | 10 | 101010001 | 1011010 | 1001100 |
Color Harmonies of #F98AB5
Complementary color
Monochromatic Colors of #F98AB5
Black with #F98AB5
Text Example
Text Example
White with #F98AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98AB5; }
p { color: rgb(249,138,181); }
H1.HeaderClassName
{
color: #F98AB5;
}
.AnyTagClassName
{
color: #F98AB5;
}
</style>
background-color css
<style>
a { background-color: #F98AB5; }
a { background-color: rgb(249,138,181); }
div.DivClassName
{
background-color: #F98AB5;
}
.BgClassName
{
background-color: #F98AB5;
}
</style>
border-color css
<style>
span { border-color: #F98AB5; }
span { border-color: rgb(249,138,181); }
td.TdClassName
{
border-color: #F98AB5;
}
.TagClassName
{
border-color: #F98AB5;
}
</style>