Shades of Persian Pink #F880BD
Tints of Persian Pink #F880BD
RGB
CMYK
RGB Variations
Color information
#F880BD (or 0xF880BD) is known color: Persian Pink. HEX triplet: F8, 80 and BD. RGB value is (248,128,189). Sum of RGB (Red+Green+Blue) = 248+128+189=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F880BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880BD is #077F42. Grayscale: #AAAAAA. Windows color (decimal): -491331 or 12419320. OLE color: 12419320.
HSL color Cylindrical-coordinate representation of color #F880BD: hue angle of 329.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 #F880BD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 189 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.03 |
| HSL | 329.5º | 0.9% | 0.74% | - |
| HSV(B) | 329.5º | 0.48% | 0.97% | - |
| XYZ | 55.62 | 39.07 | 52.75 | - |
| YUV | 170.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 189 | 0 | 0.48 | 0.24 | 0.03 | 329.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | BD | 0 | 30 | 18 | 3 | 14A | 5A | 4A |
| Octal | 370 | 200 | 275 | 0 | 60 | 30 | 3 | 512 | 132 | 112 |
| Binary | 11111000 | 10000000 | 10111101 | 0 | 110000 | 11000 | 11 | 101001010 | 1011010 | 1001010 |
Color Harmonies of #F880BD
Complementary color
Monochromatic Colors of #F880BD
Black with #F880BD
Text Example
Text Example
White with #F880BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880BD; }
p { color: rgb(248,128,189); }
H1.HeaderClassName
{
color: #F880BD;
}
.AnyTagClassName
{
color: #F880BD;
}
</style>
background-color css
<style>
a { background-color: #F880BD; }
a { background-color: rgb(248,128,189); }
div.DivClassName
{
background-color: #F880BD;
}
.BgClassName
{
background-color: #F880BD;
}
</style>
border-color css
<style>
span { border-color: #F880BD; }
span { border-color: rgb(248,128,189); }
td.TdClassName
{
border-color: #F880BD;
}
.TagClassName
{
border-color: #F880BD;
}
</style>