Shades of Persian Pink #F878C0
Tints of Persian Pink #F878C0
RGB
CMYK
RGB Variations
Color information
#F878C0 (or 0xF878C0) is known color: Persian Pink. HEX triplet: F8, 78 and C0. RGB value is (248,120,192). Sum of RGB (Red+Green+Blue) = 248+120+192=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 120 (47.27% from 255 or 21.43% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F878C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F878C0 is #07873F. Grayscale: #A6A6A6. Windows color (decimal): -493376 or 12613880. OLE color: 12613880.
HSL color Cylindrical-coordinate representation of color #F878C0: hue angle of 326.25º 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 #F878C0 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 120 | 192 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.03 |
| HSL | 326.25º | 0.9% | 0.72% | - |
| HSV(B) | 326.25º | 0.52% | 0.97% | - |
| XYZ | 54.94 | 37.2 | 54.15 | - |
| YUV | 166.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 120 | 192 | 0 | 0.52 | 0.23 | 0.03 | 326.25 | 0.9 | 0.72 |
| Hex | F8 | 78 | C0 | 0 | 34 | 17 | 3 | 146 | 5A | 48 |
| Octal | 370 | 170 | 300 | 0 | 64 | 27 | 3 | 506 | 132 | 110 |
| Binary | 11111000 | 1111000 | 11000000 | 0 | 110100 | 10111 | 11 | 101000110 | 1011010 | 1001000 |
Color Harmonies of #F878C0
Complementary color
Monochromatic Colors of #F878C0
Black with #F878C0
Text Example
Text Example
White with #F878C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F878C0; }
p { color: rgb(248,120,192); }
H1.HeaderClassName
{
color: #F878C0;
}
.AnyTagClassName
{
color: #F878C0;
}
</style>
background-color css
<style>
a { background-color: #F878C0; }
a { background-color: rgb(248,120,192); }
div.DivClassName
{
background-color: #F878C0;
}
.BgClassName
{
background-color: #F878C0;
}
</style>
border-color css
<style>
span { border-color: #F878C0; }
span { border-color: rgb(248,120,192); }
td.TdClassName
{
border-color: #F878C0;
}
.TagClassName
{
border-color: #F878C0;
}
</style>