Shades of Persian Pink #F87FC0
Tints of Persian Pink #F87FC0
RGB
CMYK
RGB Variations
Color information
#F87FC0 (or 0xF87FC0) is known color: Persian Pink. HEX triplet: F8, 7F and C0. RGB value is (248,127,192). Sum of RGB (Red+Green+Blue) = 248+127+192=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FC0 is #07803F. Grayscale: #AAAAAA. Windows color (decimal): -491584 or 12615672. OLE color: 12615672.
HSL color Cylindrical-coordinate representation of color #F87FC0: hue angle of 327.77º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FC0 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 192 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.03 |
| HSL | 327.77º | 0.9% | 0.74% | - |
| HSV(B) | 327.77º | 0.49% | 0.97% | - |
| XYZ | 55.82 | 38.94 | 54.44 | - |
| YUV | 170.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 192 | 0 | 0.49 | 0.23 | 0.03 | 327.77 | 0.9 | 0.74 |
| Hex | F8 | 7F | C0 | 0 | 31 | 17 | 3 | 148 | 5A | 4A |
| Octal | 370 | 177 | 300 | 0 | 61 | 27 | 3 | 510 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11000000 | 0 | 110001 | 10111 | 11 | 101001000 | 1011010 | 1001010 |
Color Harmonies of #F87FC0
Complementary color
Monochromatic Colors of #F87FC0
Black with #F87FC0
Text Example
Text Example
White with #F87FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FC0; }
p { color: rgb(248,127,192); }
H1.HeaderClassName
{
color: #F87FC0;
}
.AnyTagClassName
{
color: #F87FC0;
}
</style>
background-color css
<style>
a { background-color: #F87FC0; }
a { background-color: rgb(248,127,192); }
div.DivClassName
{
background-color: #F87FC0;
}
.BgClassName
{
background-color: #F87FC0;
}
</style>
border-color css
<style>
span { border-color: #F87FC0; }
span { border-color: rgb(248,127,192); }
td.TdClassName
{
border-color: #F87FC0;
}
.TagClassName
{
border-color: #F87FC0;
}
</style>