Shades of Persian Pink #F877C0
Tints of Persian Pink #F877C0
RGB
CMYK
RGB Variations
Color information
#F877C0 (or 0xF877C0) is known color: Persian Pink. HEX triplet: F8, 77 and C0. RGB value is (248,119,192). Sum of RGB (Red+Green+Blue) = 248+119+192=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F877C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F877C0 is #07883F. Grayscale: #A5A5A5. Windows color (decimal): -493632 or 12613624. OLE color: 12613624.
HSL color Cylindrical-coordinate representation of color #F877C0: hue angle of 326.05º 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 #F877C0 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 119 | 192 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.03 |
| HSL | 326.05º | 0.9% | 0.72% | - |
| HSV(B) | 326.05º | 0.52% | 0.97% | - |
| XYZ | 54.82 | 36.96 | 54.11 | - |
| YUV | 165.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 119 | 192 | 0 | 0.52 | 0.23 | 0.03 | 326.05 | 0.9 | 0.72 |
| Hex | F8 | 77 | C0 | 0 | 34 | 17 | 3 | 146 | 5A | 48 |
| Octal | 370 | 167 | 300 | 0 | 64 | 27 | 3 | 506 | 132 | 110 |
| Binary | 11111000 | 1110111 | 11000000 | 0 | 110100 | 10111 | 11 | 101000110 | 1011010 | 1001000 |
Color Harmonies of #F877C0
Complementary color
Monochromatic Colors of #F877C0
Black with #F877C0
Text Example
Text Example
White with #F877C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F877C0; }
p { color: rgb(248,119,192); }
H1.HeaderClassName
{
color: #F877C0;
}
.AnyTagClassName
{
color: #F877C0;
}
</style>
background-color css
<style>
a { background-color: #F877C0; }
a { background-color: rgb(248,119,192); }
div.DivClassName
{
background-color: #F877C0;
}
.BgClassName
{
background-color: #F877C0;
}
</style>
border-color css
<style>
span { border-color: #F877C0; }
span { border-color: rgb(248,119,192); }
td.TdClassName
{
border-color: #F877C0;
}
.TagClassName
{
border-color: #F877C0;
}
</style>