Shades of Persian Pink #F880B9
Tints of Persian Pink #F880B9
RGB
CMYK
RGB Variations
Color information
#F880B9 (or 0xF880B9) is known color: Persian Pink. HEX triplet: F8, 80 and B9. RGB value is (248,128,185). Sum of RGB (Red+Green+Blue) = 248+128+185=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F880B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880B9 is #077F46. Grayscale: #AAAAAA. Windows color (decimal): -491335 or 12157176. OLE color: 12157176.
HSL color Cylindrical-coordinate representation of color #F880B9: hue angle of 331.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 #F880B9 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 185 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.03 |
| HSL | 331.5º | 0.9% | 0.74% | - |
| HSV(B) | 331.5º | 0.48% | 0.97% | - |
| XYZ | 55.19 | 38.9 | 50.5 | - |
| YUV | 170.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 185 | 0 | 0.48 | 0.25 | 0.03 | 331.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | B9 | 0 | 30 | 19 | 3 | 14C | 5A | 4A |
| Octal | 370 | 200 | 271 | 0 | 60 | 31 | 3 | 514 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10111001 | 0 | 110000 | 11001 | 11 | 101001100 | 1011010 | 1001010 |
Color Harmonies of #F880B9
Complementary color
Monochromatic Colors of #F880B9
Black with #F880B9
Text Example
Text Example
White with #F880B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880B9; }
p { color: rgb(248,128,185); }
H1.HeaderClassName
{
color: #F880B9;
}
.AnyTagClassName
{
color: #F880B9;
}
</style>
background-color css
<style>
a { background-color: #F880B9; }
a { background-color: rgb(248,128,185); }
div.DivClassName
{
background-color: #F880B9;
}
.BgClassName
{
background-color: #F880B9;
}
</style>
border-color css
<style>
span { border-color: #F880B9; }
span { border-color: rgb(248,128,185); }
td.TdClassName
{
border-color: #F880B9;
}
.TagClassName
{
border-color: #F880B9;
}
</style>