Shades of Persian Pink #F877BE
Tints of Persian Pink #F877BE
RGB
CMYK
RGB Variations
Color information
#F877BE (or 0xF877BE) is known color: Persian Pink. HEX triplet: F8, 77 and BE. RGB value is (248,119,190). Sum of RGB (Red+Green+Blue) = 248+119+190=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 119 (46.88% from 255 or 21.36% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F877BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877BE is #078841. Grayscale: #A5A5A5. Windows color (decimal): -493634 or 12482552. OLE color: 12482552.
HSL color Cylindrical-coordinate representation of color #F877BE: hue angle of 326.98º 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 #F877BE is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 190 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.03 |
| HSL | 326.98º | 0.9% | 0.72% | - |
| HSV(B) | 326.98º | 0.52% | 0.97% | - |
| XYZ | 54.6 | 36.87 | 52.95 | - |
| YUV | 165.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 190 | 0 | 0.52 | 0.23 | 0.03 | 326.98 | 0.9 | 0.72 |
| Hex | F8 | 77 | BE | 0 | 34 | 17 | 3 | 147 | 5A | 48 |
| Octal | 370 | 167 | 276 | 0 | 64 | 27 | 3 | 507 | 132 | 110 |
| Binary | 11111000 | 1110111 | 10111110 | 0 | 110100 | 10111 | 11 | 101000111 | 1011010 | 1001000 |
Color Harmonies of #F877BE
Complementary color
Monochromatic Colors of #F877BE
Black with #F877BE
Text Example
Text Example
White with #F877BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877BE; }
p { color: rgb(248,119,190); }
H1.HeaderClassName
{
color: #F877BE;
}
.AnyTagClassName
{
color: #F877BE;
}
</style>
background-color css
<style>
a { background-color: #F877BE; }
a { background-color: rgb(248,119,190); }
div.DivClassName
{
background-color: #F877BE;
}
.BgClassName
{
background-color: #F877BE;
}
</style>
border-color css
<style>
span { border-color: #F877BE; }
span { border-color: rgb(248,119,190); }
td.TdClassName
{
border-color: #F877BE;
}
.TagClassName
{
border-color: #F877BE;
}
</style>