Shades of Persian Pink #F879B0
Tints of Persian Pink #F879B0
RGB
CMYK
RGB Variations
Color information
#F879B0 (or 0xF879B0) is known color: Persian Pink. HEX triplet: F8, 79 and B0. RGB value is (248,121,176). Sum of RGB (Red+Green+Blue) = 248+121+176=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F879B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F879B0 is #07864F. Grayscale: #A5A5A5. Windows color (decimal): -493136 or 11565560. OLE color: 11565560.
HSL color Cylindrical-coordinate representation of color #F879B0: hue angle of 334.02º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F879B0 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 121 | 176 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.03 |
| HSL | 334.02º | 0.9% | 0.72% | - |
| HSV(B) | 334.02º | 0.51% | 0.97% | - |
| XYZ | 53.39 | 36.77 | 45.36 | - |
| YUV | 165.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 121 | 176 | 0 | 0.51 | 0.29 | 0.03 | 334.02 | 0.9 | 0.72 |
| Hex | F8 | 79 | B0 | 0 | 33 | 1D | 3 | 14E | 5A | 48 |
| Octal | 370 | 171 | 260 | 0 | 63 | 35 | 3 | 516 | 132 | 110 |
| Binary | 11111000 | 1111001 | 10110000 | 0 | 110011 | 11101 | 11 | 101001110 | 1011010 | 1001000 |
Color Harmonies of #F879B0
Complementary color
Monochromatic Colors of #F879B0
Black with #F879B0
Text Example
Text Example
White with #F879B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F879B0; }
p { color: rgb(248,121,176); }
H1.HeaderClassName
{
color: #F879B0;
}
.AnyTagClassName
{
color: #F879B0;
}
</style>
background-color css
<style>
a { background-color: #F879B0; }
a { background-color: rgb(248,121,176); }
div.DivClassName
{
background-color: #F879B0;
}
.BgClassName
{
background-color: #F879B0;
}
</style>
border-color css
<style>
span { border-color: #F879B0; }
span { border-color: rgb(248,121,176); }
td.TdClassName
{
border-color: #F879B0;
}
.TagClassName
{
border-color: #F879B0;
}
</style>