Shades of Persian Pink #F87BB8
Tints of Persian Pink #F87BB8
RGB
CMYK
RGB Variations
Color information
#F87BB8 (or 0xF87BB8) is known color: Persian Pink. HEX triplet: F8, 7B and B8. RGB value is (248,123,184). Sum of RGB (Red+Green+Blue) = 248+123+184=555 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.68% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BB8 is #078447. Grayscale: #A7A7A7. Windows color (decimal): -492616 or 12090360. OLE color: 12090360.
HSL color Cylindrical-coordinate representation of color #F87BB8: hue angle of 330.72º 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 #F87BB8 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 184 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.03 |
| HSL | 330.72º | 0.9% | 0.73% | - |
| HSV(B) | 330.72º | 0.5% | 0.97% | - |
| XYZ | 54.45 | 37.58 | 49.73 | - |
| YUV | 167.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 184 | 0 | 0.50 | 0.26 | 0.03 | 330.72 | 0.9 | 0.73 |
| Hex | F8 | 7B | B8 | 0 | 32 | 1A | 3 | 14B | 5A | 49 |
| Octal | 370 | 173 | 270 | 0 | 62 | 32 | 3 | 513 | 132 | 111 |
| Binary | 11111000 | 1111011 | 10111000 | 0 | 110010 | 11010 | 11 | 101001011 | 1011010 | 1001001 |
Color Harmonies of #F87BB8
Complementary color
Monochromatic Colors of #F87BB8
Black with #F87BB8
Text Example
Text Example
White with #F87BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BB8; }
p { color: rgb(248,123,184); }
H1.HeaderClassName
{
color: #F87BB8;
}
.AnyTagClassName
{
color: #F87BB8;
}
</style>
background-color css
<style>
a { background-color: #F87BB8; }
a { background-color: rgb(248,123,184); }
div.DivClassName
{
background-color: #F87BB8;
}
.BgClassName
{
background-color: #F87BB8;
}
</style>
border-color css
<style>
span { border-color: #F87BB8; }
span { border-color: rgb(248,123,184); }
td.TdClassName
{
border-color: #F87BB8;
}
.TagClassName
{
border-color: #F87BB8;
}
</style>