Shades of Persian Pink #F97EC0
Tints of Persian Pink #F97EC0
RGB
CMYK
RGB Variations
Color information
#F97EC0 (or 0xF97EC0) is known color: Persian Pink. HEX triplet: F9, 7E and C0. RGB value is (249,126,192). Sum of RGB (Red+Green+Blue) = 249+126+192=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F97EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F97EC0 is #06813F. Grayscale: #AAAAAA. Windows color (decimal): -426304 or 12615417. OLE color: 12615417.
HSL color Cylindrical-coordinate representation of color #F97EC0: hue angle of 327.8º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F97EC0 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 126 | 192 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.02 |
| HSL | 327.8º | 0.91% | 0.74% | - |
| HSV(B) | 327.8º | 0.49% | 0.98% | - |
| XYZ | 56.04 | 38.87 | 54.42 | - |
| YUV | 170.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 126 | 192 | 0 | 0.49 | 0.23 | 0.02 | 327.8 | 0.91 | 0.74 |
| Hex | F9 | 7E | C0 | 0 | 31 | 17 | 2 | 148 | 5B | 4A |
| Octal | 371 | 176 | 300 | 0 | 61 | 27 | 2 | 510 | 133 | 112 |
| Binary | 11111001 | 1111110 | 11000000 | 0 | 110001 | 10111 | 10 | 101001000 | 1011011 | 1001010 |
Color Harmonies of #F97EC0
Complementary color
Monochromatic Colors of #F97EC0
Black with #F97EC0
Text Example
Text Example
White with #F97EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97EC0; }
p { color: rgb(249,126,192); }
H1.HeaderClassName
{
color: #F97EC0;
}
.AnyTagClassName
{
color: #F97EC0;
}
</style>
background-color css
<style>
a { background-color: #F97EC0; }
a { background-color: rgb(249,126,192); }
div.DivClassName
{
background-color: #F97EC0;
}
.BgClassName
{
background-color: #F97EC0;
}
</style>
border-color css
<style>
span { border-color: #F97EC0; }
span { border-color: rgb(249,126,192); }
td.TdClassName
{
border-color: #F97EC0;
}
.TagClassName
{
border-color: #F97EC0;
}
</style>