Shades of Persian Pink #F876B7
Tints of Persian Pink #F876B7
RGB
CMYK
RGB Variations
Color information
#F876B7 (or 0xF876B7) is known color: Persian Pink. HEX triplet: F8, 76 and B7. RGB value is (248,118,183). Sum of RGB (Red+Green+Blue) = 248+118+183=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F876B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876B7 is #078948. Grayscale: #A4A4A4. Windows color (decimal): -493897 or 12023544. OLE color: 12023544.
HSL color Cylindrical-coordinate representation of color #F876B7: hue angle of 330º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F876B7 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 183 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.03 |
| HSL | 330º | 0.9% | 0.72% | - |
| HSV(B) | 330º | 0.52% | 0.97% | - |
| XYZ | 53.74 | 36.33 | 48.98 | - |
| YUV | 164.28 | 138.57 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 183 | 0 | 0.52 | 0.26 | 0.03 | 330 | 0.9 | 0.72 |
| Hex | F8 | 76 | B7 | 0 | 34 | 1A | 3 | 14A | 5A | 48 |
| Octal | 370 | 166 | 267 | 0 | 64 | 32 | 3 | 512 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10110111 | 0 | 110100 | 11010 | 11 | 101001010 | 1011010 | 1001000 |
Color Harmonies of #F876B7
Complementary color
Monochromatic Colors of #F876B7
Black with #F876B7
Text Example
Text Example
White with #F876B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876B7; }
p { color: rgb(248,118,183); }
H1.HeaderClassName
{
color: #F876B7;
}
.AnyTagClassName
{
color: #F876B7;
}
</style>
background-color css
<style>
a { background-color: #F876B7; }
a { background-color: rgb(248,118,183); }
div.DivClassName
{
background-color: #F876B7;
}
.BgClassName
{
background-color: #F876B7;
}
</style>
border-color css
<style>
span { border-color: #F876B7; }
span { border-color: rgb(248,118,183); }
td.TdClassName
{
border-color: #F876B7;
}
.TagClassName
{
border-color: #F876B7;
}
</style>