Shades of Persian Pink #F87CBA
Tints of Persian Pink #F87CBA
RGB
CMYK
RGB Variations
Color information
#F87CBA (or 0xF87CBA) is known color: Persian Pink. HEX triplet: F8, 7C and BA. RGB value is (248,124,186). Sum of RGB (Red+Green+Blue) = 248+124+186=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CBA is #078345. Grayscale: #A8A8A8. Windows color (decimal): -492358 or 12221688. OLE color: 12221688.
HSL color Cylindrical-coordinate representation of color #F87CBA: hue angle of 330º 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 #F87CBA is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 186 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.03 |
| HSL | 330º | 0.9% | 0.73% | - |
| HSV(B) | 330º | 0.5% | 0.97% | - |
| XYZ | 54.78 | 37.92 | 50.89 | - |
| YUV | 168.14 | 138.08 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 186 | 0 | 0.5 | 0.25 | 0.03 | 330 | 0.9 | 0.73 |
| Hex | F8 | 7C | BA | 0 | 32 | 19 | 3 | 14A | 5A | 49 |
| Octal | 370 | 174 | 272 | 0 | 62 | 31 | 3 | 512 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10111010 | 0 | 110010 | 11001 | 11 | 101001010 | 1011010 | 1001001 |
Color Harmonies of #F87CBA
Complementary color
Monochromatic Colors of #F87CBA
Black with #F87CBA
Text Example
Text Example
White with #F87CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CBA; }
p { color: rgb(248,124,186); }
H1.HeaderClassName
{
color: #F87CBA;
}
.AnyTagClassName
{
color: #F87CBA;
}
</style>
background-color css
<style>
a { background-color: #F87CBA; }
a { background-color: rgb(248,124,186); }
div.DivClassName
{
background-color: #F87CBA;
}
.BgClassName
{
background-color: #F87CBA;
}
</style>
border-color css
<style>
span { border-color: #F87CBA; }
span { border-color: rgb(248,124,186); }
td.TdClassName
{
border-color: #F87CBA;
}
.TagClassName
{
border-color: #F87CBA;
}
</style>