Shades of Persian Pink #F87DC0
Tints of Persian Pink #F87DC0
RGB
CMYK
RGB Variations
Color information
#F87DC0 (or 0xF87DC0) is known color: Persian Pink. HEX triplet: F8, 7D and C0. RGB value is (248,125,192). Sum of RGB (Red+Green+Blue) = 248+125+192=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC0 is #07823F. Grayscale: #A9A9A9. Windows color (decimal): -492096 or 12615160. OLE color: 12615160.
HSL color Cylindrical-coordinate representation of color #F87DC0: hue angle of 327.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DC0 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 192 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.03 |
| HSL | 327.32º | 0.9% | 0.73% | - |
| HSV(B) | 327.32º | 0.5% | 0.97% | - |
| XYZ | 55.56 | 38.43 | 54.36 | - |
| YUV | 169.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 192 | 0 | 0.50 | 0.23 | 0.03 | 327.32 | 0.9 | 0.73 |
| Hex | F8 | 7D | C0 | 0 | 32 | 17 | 3 | 147 | 5A | 49 |
| Octal | 370 | 175 | 300 | 0 | 62 | 27 | 3 | 507 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11000000 | 0 | 110010 | 10111 | 11 | 101000111 | 1011010 | 1001001 |
Color Harmonies of #F87DC0
Complementary color
Monochromatic Colors of #F87DC0
Black with #F87DC0
Text Example
Text Example
White with #F87DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DC0; }
p { color: rgb(248,125,192); }
H1.HeaderClassName
{
color: #F87DC0;
}
.AnyTagClassName
{
color: #F87DC0;
}
</style>
background-color css
<style>
a { background-color: #F87DC0; }
a { background-color: rgb(248,125,192); }
div.DivClassName
{
background-color: #F87DC0;
}
.BgClassName
{
background-color: #F87DC0;
}
</style>
border-color css
<style>
span { border-color: #F87DC0; }
span { border-color: rgb(248,125,192); }
td.TdClassName
{
border-color: #F87DC0;
}
.TagClassName
{
border-color: #F87DC0;
}
</style>