Shades of Persian Pink #F877BB
Tints of Persian Pink #F877BB
RGB
CMYK
RGB Variations
Color information
#F877BB (or 0xF877BB) is known color: Persian Pink. HEX triplet: F8, 77 and BB. RGB value is (248,119,187). Sum of RGB (Red+Green+Blue) = 248+119+187=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F877BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877BB is #078844. Grayscale: #A5A5A5. Windows color (decimal): -493637 or 12285944. OLE color: 12285944.
HSL color Cylindrical-coordinate representation of color #F877BB: hue angle of 328.37º 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 #F877BB is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 187 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.03 |
| HSL | 328.37º | 0.9% | 0.72% | - |
| HSV(B) | 328.37º | 0.52% | 0.97% | - |
| XYZ | 54.28 | 36.74 | 51.24 | - |
| YUV | 165.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 187 | 0 | 0.52 | 0.25 | 0.03 | 328.37 | 0.9 | 0.72 |
| Hex | F8 | 77 | BB | 0 | 34 | 19 | 3 | 148 | 5A | 48 |
| Octal | 370 | 167 | 273 | 0 | 64 | 31 | 3 | 510 | 132 | 110 |
| Binary | 11111000 | 1110111 | 10111011 | 0 | 110100 | 11001 | 11 | 101001000 | 1011010 | 1001000 |
Color Harmonies of #F877BB
Complementary color
Monochromatic Colors of #F877BB
Black with #F877BB
Text Example
Text Example
White with #F877BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877BB; }
p { color: rgb(248,119,187); }
H1.HeaderClassName
{
color: #F877BB;
}
.AnyTagClassName
{
color: #F877BB;
}
</style>
background-color css
<style>
a { background-color: #F877BB; }
a { background-color: rgb(248,119,187); }
div.DivClassName
{
background-color: #F877BB;
}
.BgClassName
{
background-color: #F877BB;
}
</style>
border-color css
<style>
span { border-color: #F877BB; }
span { border-color: rgb(248,119,187); }
td.TdClassName
{
border-color: #F877BB;
}
.TagClassName
{
border-color: #F877BB;
}
</style>