Shades of Persian Pink #F87CBC
Tints of Persian Pink #F87CBC
RGB
CMYK
RGB Variations
Color information
#F87CBC (or 0xF87CBC) is known color: Persian Pink. HEX triplet: F8, 7C and BC. RGB value is (248,124,188). Sum of RGB (Red+Green+Blue) = 248+124+188=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CBC is #078343. Grayscale: #A8A8A8. Windows color (decimal): -492356 or 12352760. OLE color: 12352760.
HSL color Cylindrical-coordinate representation of color #F87CBC: hue angle of 329.03º 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 #F87CBC is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 188 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.03 |
| HSL | 329.03º | 0.9% | 0.73% | - |
| HSV(B) | 329.03º | 0.5% | 0.97% | - |
| XYZ | 55 | 38 | 52.01 | - |
| YUV | 168.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 188 | 0 | 0.5 | 0.24 | 0.03 | 329.03 | 0.9 | 0.73 |
| Hex | F8 | 7C | BC | 0 | 32 | 18 | 3 | 149 | 5A | 49 |
| Octal | 370 | 174 | 274 | 0 | 62 | 30 | 3 | 511 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10111100 | 0 | 110010 | 11000 | 11 | 101001001 | 1011010 | 1001001 |
Color Harmonies of #F87CBC
Complementary color
Monochromatic Colors of #F87CBC
Black with #F87CBC
Text Example
Text Example
White with #F87CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CBC; }
p { color: rgb(248,124,188); }
H1.HeaderClassName
{
color: #F87CBC;
}
.AnyTagClassName
{
color: #F87CBC;
}
</style>
background-color css
<style>
a { background-color: #F87CBC; }
a { background-color: rgb(248,124,188); }
div.DivClassName
{
background-color: #F87CBC;
}
.BgClassName
{
background-color: #F87CBC;
}
</style>
border-color css
<style>
span { border-color: #F87CBC; }
span { border-color: rgb(248,124,188); }
td.TdClassName
{
border-color: #F87CBC;
}
.TagClassName
{
border-color: #F87CBC;
}
</style>