Shades of Persian Pink #F880BE
Tints of Persian Pink #F880BE
RGB
CMYK
RGB Variations
Color information
#F880BE (or 0xF880BE) is known color: Persian Pink. HEX triplet: F8, 80 and BE. RGB value is (248,128,190). Sum of RGB (Red+Green+Blue) = 248+128+190=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F880BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880BE is #077F41. Grayscale: #AAAAAA. Windows color (decimal): -491330 or 12484856. OLE color: 12484856.
HSL color Cylindrical-coordinate representation of color #F880BE: hue angle of 329º 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 #F880BE is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 190 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.03 |
| HSL | 329º | 0.9% | 0.74% | - |
| HSV(B) | 329º | 0.48% | 0.97% | - |
| XYZ | 55.72 | 39.11 | 53.33 | - |
| YUV | 170.95 | 138.76 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 190 | 0 | 0.48 | 0.23 | 0.03 | 329 | 0.9 | 0.74 |
| Hex | F8 | 80 | BE | 0 | 30 | 17 | 3 | 149 | 5A | 4A |
| Octal | 370 | 200 | 276 | 0 | 60 | 27 | 3 | 511 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10111110 | 0 | 110000 | 10111 | 11 | 101001001 | 1011010 | 1001010 |
Color Harmonies of #F880BE
Complementary color
Monochromatic Colors of #F880BE
Black with #F880BE
Text Example
Text Example
White with #F880BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880BE; }
p { color: rgb(248,128,190); }
H1.HeaderClassName
{
color: #F880BE;
}
.AnyTagClassName
{
color: #F880BE;
}
</style>
background-color css
<style>
a { background-color: #F880BE; }
a { background-color: rgb(248,128,190); }
div.DivClassName
{
background-color: #F880BE;
}
.BgClassName
{
background-color: #F880BE;
}
</style>
border-color css
<style>
span { border-color: #F880BE; }
span { border-color: rgb(248,128,190); }
td.TdClassName
{
border-color: #F880BE;
}
.TagClassName
{
border-color: #F880BE;
}
</style>