Shades of Persian Pink #F979C0
Tints of Persian Pink #F979C0
RGB
CMYK
RGB Variations
Color information
#F979C0 (or 0xF979C0) is known color: Persian Pink. HEX triplet: F9, 79 and C0. RGB value is (249,121,192). Sum of RGB (Red+Green+Blue) = 249+121+192=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 121 (47.66% from 255 or 21.53% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F979C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979C0 is #06863F. Grayscale: #A7A7A7. Windows color (decimal): -427584 or 12614137. OLE color: 12614137.
HSL color Cylindrical-coordinate representation of color #F979C0: hue angle of 326.72º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979C0 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 192 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.02 |
| HSL | 326.72º | 0.91% | 0.73% | - |
| HSV(B) | 326.72º | 0.51% | 0.98% | - |
| XYZ | 55.42 | 37.62 | 54.21 | - |
| YUV | 167.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 192 | 0 | 0.51 | 0.23 | 0.02 | 326.72 | 0.91 | 0.73 |
| Hex | F9 | 79 | C0 | 0 | 33 | 17 | 2 | 147 | 5B | 49 |
| Octal | 371 | 171 | 300 | 0 | 63 | 27 | 2 | 507 | 133 | 111 |
| Binary | 11111001 | 1111001 | 11000000 | 0 | 110011 | 10111 | 10 | 101000111 | 1011011 | 1001001 |
Color Harmonies of #F979C0
Complementary color
Monochromatic Colors of #F979C0
Black with #F979C0
Text Example
Text Example
White with #F979C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979C0; }
p { color: rgb(249,121,192); }
H1.HeaderClassName
{
color: #F979C0;
}
.AnyTagClassName
{
color: #F979C0;
}
</style>
background-color css
<style>
a { background-color: #F979C0; }
a { background-color: rgb(249,121,192); }
div.DivClassName
{
background-color: #F979C0;
}
.BgClassName
{
background-color: #F979C0;
}
</style>
border-color css
<style>
span { border-color: #F979C0; }
span { border-color: rgb(249,121,192); }
td.TdClassName
{
border-color: #F979C0;
}
.TagClassName
{
border-color: #F979C0;
}
</style>