Shades of Persian Pink #F87DC1
Tints of Persian Pink #F87DC1
RGB
CMYK
RGB Variations
Color information
#F87DC1 (or 0xF87DC1) is known color: Persian Pink. HEX triplet: F8, 7D and C1. RGB value is (248,125,193). Sum of RGB (Red+Green+Blue) = 248+125+193=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC1 is #07823E. Grayscale: #A9A9A9. Windows color (decimal): -492095 or 12680696. OLE color: 12680696.
HSL color Cylindrical-coordinate representation of color #F87DC1: hue angle of 326.83º 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 #F87DC1 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 193 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.03 |
| HSL | 326.83º | 0.9% | 0.73% | - |
| HSV(B) | 326.83º | 0.5% | 0.97% | - |
| XYZ | 55.67 | 38.47 | 54.94 | - |
| YUV | 169.53 | 141.25 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 193 | 0 | 0.50 | 0.22 | 0.03 | 326.83 | 0.9 | 0.73 |
| Hex | F8 | 7D | C1 | 0 | 32 | 16 | 3 | 147 | 5A | 49 |
| Octal | 370 | 175 | 301 | 0 | 62 | 26 | 3 | 507 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11000001 | 0 | 110010 | 10110 | 11 | 101000111 | 1011010 | 1001001 |
Color Harmonies of #F87DC1
Complementary color
Monochromatic Colors of #F87DC1
Black with #F87DC1
Text Example
Text Example
White with #F87DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DC1; }
p { color: rgb(248,125,193); }
H1.HeaderClassName
{
color: #F87DC1;
}
.AnyTagClassName
{
color: #F87DC1;
}
</style>
background-color css
<style>
a { background-color: #F87DC1; }
a { background-color: rgb(248,125,193); }
div.DivClassName
{
background-color: #F87DC1;
}
.BgClassName
{
background-color: #F87DC1;
}
</style>
border-color css
<style>
span { border-color: #F87DC1; }
span { border-color: rgb(248,125,193); }
td.TdClassName
{
border-color: #F87DC1;
}
.TagClassName
{
border-color: #F87DC1;
}
</style>