Shades of Persian Pink #F97DB8
Tints of Persian Pink #F97DB8
RGB
CMYK
RGB Variations
Color information
#F97DB8 (or 0xF97DB8) is known color: Persian Pink. HEX triplet: F9, 7D and B8. RGB value is (249,125,184). Sum of RGB (Red+Green+Blue) = 249+125+184=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F97DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97DB8 is #068247. Grayscale: #A8A8A8. Windows color (decimal): -426568 or 12090873. OLE color: 12090873.
HSL color Cylindrical-coordinate representation of color #F97DB8: hue angle of 331.45º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F97DB8 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 125 | 184 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.02 |
| HSL | 331.45º | 0.91% | 0.73% | - |
| HSV(B) | 331.45º | 0.5% | 0.98% | - |
| XYZ | 55.05 | 38.27 | 49.83 | - |
| YUV | 168.8 | 136.58 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 125 | 184 | 0 | 0.50 | 0.26 | 0.02 | 331.45 | 0.91 | 0.73 |
| Hex | F9 | 7D | B8 | 0 | 32 | 1A | 2 | 14B | 5B | 49 |
| Octal | 371 | 175 | 270 | 0 | 62 | 32 | 2 | 513 | 133 | 111 |
| Binary | 11111001 | 1111101 | 10111000 | 0 | 110010 | 11010 | 10 | 101001011 | 1011011 | 1001001 |
Color Harmonies of #F97DB8
Complementary color
Monochromatic Colors of #F97DB8
Black with #F97DB8
Text Example
Text Example
White with #F97DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97DB8; }
p { color: rgb(249,125,184); }
H1.HeaderClassName
{
color: #F97DB8;
}
.AnyTagClassName
{
color: #F97DB8;
}
</style>
background-color css
<style>
a { background-color: #F97DB8; }
a { background-color: rgb(249,125,184); }
div.DivClassName
{
background-color: #F97DB8;
}
.BgClassName
{
background-color: #F97DB8;
}
</style>
border-color css
<style>
span { border-color: #F97DB8; }
span { border-color: rgb(249,125,184); }
td.TdClassName
{
border-color: #F97DB8;
}
.TagClassName
{
border-color: #F97DB8;
}
</style>