Shades of Persian Pink #F87DB7
Tints of Persian Pink #F87DB7
RGB
CMYK
RGB Variations
Color information
#F87DB7 (or 0xF87DB7) is known color: Persian Pink. HEX triplet: F8, 7D and B7. RGB value is (248,125,183). Sum of RGB (Red+Green+Blue) = 248+125+183=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DB7 is #078248. Grayscale: #A8A8A8. Windows color (decimal): -492105 or 12025336. OLE color: 12025336.
HSL color Cylindrical-coordinate representation of color #F87DB7: hue angle of 331.71º 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 #F87DB7 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 183 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.03 |
| HSL | 331.71º | 0.9% | 0.73% | - |
| HSV(B) | 331.71º | 0.5% | 0.97% | - |
| XYZ | 54.59 | 38.04 | 49.27 | - |
| YUV | 168.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 183 | 0 | 0.50 | 0.26 | 0.03 | 331.71 | 0.9 | 0.73 |
| Hex | F8 | 7D | B7 | 0 | 32 | 1A | 3 | 14C | 5A | 49 |
| Octal | 370 | 175 | 267 | 0 | 62 | 32 | 3 | 514 | 132 | 111 |
| Binary | 11111000 | 1111101 | 10110111 | 0 | 110010 | 11010 | 11 | 101001100 | 1011010 | 1001001 |
Color Harmonies of #F87DB7
Complementary color
Monochromatic Colors of #F87DB7
Black with #F87DB7
Text Example
Text Example
White with #F87DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DB7; }
p { color: rgb(248,125,183); }
H1.HeaderClassName
{
color: #F87DB7;
}
.AnyTagClassName
{
color: #F87DB7;
}
</style>
background-color css
<style>
a { background-color: #F87DB7; }
a { background-color: rgb(248,125,183); }
div.DivClassName
{
background-color: #F87DB7;
}
.BgClassName
{
background-color: #F87DB7;
}
</style>
border-color css
<style>
span { border-color: #F87DB7; }
span { border-color: rgb(248,125,183); }
td.TdClassName
{
border-color: #F87DB7;
}
.TagClassName
{
border-color: #F87DB7;
}
</style>