Shades of Persian Pink #F876BB
Tints of Persian Pink #F876BB
RGB
CMYK
RGB Variations
Color information
#F876BB (or 0xF876BB) is known color: Persian Pink. HEX triplet: F8, 76 and BB. RGB value is (248,118,187). Sum of RGB (Red+Green+Blue) = 248+118+187=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 118 (46.48% from 255 or 21.34% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F876BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876BB is #078944. Grayscale: #A4A4A4. Windows color (decimal): -493893 or 12285688. OLE color: 12285688.
HSL color Cylindrical-coordinate representation of color #F876BB: hue angle of 328.15º 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 #F876BB is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 187 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.03 |
| HSL | 328.15º | 0.9% | 0.72% | - |
| HSV(B) | 328.15º | 0.52% | 0.97% | - |
| XYZ | 54.16 | 36.5 | 51.2 | - |
| YUV | 164.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 187 | 0 | 0.52 | 0.25 | 0.03 | 328.15 | 0.9 | 0.72 |
| Hex | F8 | 76 | BB | 0 | 34 | 19 | 3 | 148 | 5A | 48 |
| Octal | 370 | 166 | 273 | 0 | 64 | 31 | 3 | 510 | 132 | 110 |
| Binary | 11111000 | 1110110 | 10111011 | 0 | 110100 | 11001 | 11 | 101001000 | 1011010 | 1001000 |
Color Harmonies of #F876BB
Complementary color
Monochromatic Colors of #F876BB
Black with #F876BB
Text Example
Text Example
White with #F876BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F876BB; }
p { color: rgb(248,118,187); }
H1.HeaderClassName
{
color: #F876BB;
}
.AnyTagClassName
{
color: #F876BB;
}
</style>
background-color css
<style>
a { background-color: #F876BB; }
a { background-color: rgb(248,118,187); }
div.DivClassName
{
background-color: #F876BB;
}
.BgClassName
{
background-color: #F876BB;
}
</style>
border-color css
<style>
span { border-color: #F876BB; }
span { border-color: rgb(248,118,187); }
td.TdClassName
{
border-color: #F876BB;
}
.TagClassName
{
border-color: #F876BB;
}
</style>