Shades of Persian Pink #F880BF
Tints of Persian Pink #F880BF
RGB
CMYK
RGB Variations
Color information
#F880BF (or 0xF880BF) is known color: Persian Pink. HEX triplet: F8, 80 and BF. RGB value is (248,128,191). Sum of RGB (Red+Green+Blue) = 248+128+191=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F880BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880BF is #077F40. Grayscale: #AAAAAA. Windows color (decimal): -491329 or 12550392. OLE color: 12550392.
HSL color Cylindrical-coordinate representation of color #F880BF: hue angle of 328.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880BF is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 191 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.03 |
| HSL | 328.5º | 0.9% | 0.74% | - |
| HSV(B) | 328.5º | 0.48% | 0.97% | - |
| XYZ | 55.83 | 39.16 | 53.91 | - |
| YUV | 171.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 191 | 0 | 0.48 | 0.23 | 0.03 | 328.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | BF | 0 | 30 | 17 | 3 | 148 | 5A | 4A |
| Octal | 370 | 200 | 277 | 0 | 60 | 27 | 3 | 510 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10111111 | 0 | 110000 | 10111 | 11 | 101001000 | 1011010 | 1001010 |
Color Harmonies of #F880BF
Complementary color
Monochromatic Colors of #F880BF
Black with #F880BF
Text Example
Text Example
White with #F880BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880BF; }
p { color: rgb(248,128,191); }
H1.HeaderClassName
{
color: #F880BF;
}
.AnyTagClassName
{
color: #F880BF;
}
</style>
background-color css
<style>
a { background-color: #F880BF; }
a { background-color: rgb(248,128,191); }
div.DivClassName
{
background-color: #F880BF;
}
.BgClassName
{
background-color: #F880BF;
}
</style>
border-color css
<style>
span { border-color: #F880BF; }
span { border-color: rgb(248,128,191); }
td.TdClassName
{
border-color: #F880BF;
}
.TagClassName
{
border-color: #F880BF;
}
</style>