Shades of Persian Pink #F979B2
Tints of Persian Pink #F979B2
RGB
CMYK
RGB Variations
Color information
#F979B2 (or 0xF979B2) is known color: Persian Pink. HEX triplet: F9, 79 and B2. RGB value is (249,121,178). Sum of RGB (Red+Green+Blue) = 249+121+178=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F979B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F979B2 is #06864D. Grayscale: #A5A5A5. Windows color (decimal): -427598 or 11696633. OLE color: 11696633.
HSL color Cylindrical-coordinate representation of color #F979B2: hue angle of 333.28º 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 #F979B2 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 121 | 178 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.02 |
| HSL | 333.28º | 0.91% | 0.73% | - |
| HSV(B) | 333.28º | 0.51% | 0.98% | - |
| XYZ | 53.94 | 37.03 | 46.42 | - |
| YUV | 165.77 | 134.91 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 121 | 178 | 0 | 0.51 | 0.29 | 0.02 | 333.28 | 0.91 | 0.73 |
| Hex | F9 | 79 | B2 | 0 | 33 | 1D | 2 | 14D | 5B | 49 |
| Octal | 371 | 171 | 262 | 0 | 63 | 35 | 2 | 515 | 133 | 111 |
| Binary | 11111001 | 1111001 | 10110010 | 0 | 110011 | 11101 | 10 | 101001101 | 1011011 | 1001001 |
Color Harmonies of #F979B2
Complementary color
Monochromatic Colors of #F979B2
Black with #F979B2
Text Example
Text Example
White with #F979B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F979B2; }
p { color: rgb(249,121,178); }
H1.HeaderClassName
{
color: #F979B2;
}
.AnyTagClassName
{
color: #F979B2;
}
</style>
background-color css
<style>
a { background-color: #F979B2; }
a { background-color: rgb(249,121,178); }
div.DivClassName
{
background-color: #F979B2;
}
.BgClassName
{
background-color: #F979B2;
}
</style>
border-color css
<style>
span { border-color: #F979B2; }
span { border-color: rgb(249,121,178); }
td.TdClassName
{
border-color: #F979B2;
}
.TagClassName
{
border-color: #F979B2;
}
</style>