Shades of Persian Pink #F882B7
Tints of Persian Pink #F882B7
RGB
CMYK
RGB Variations
Color information
#F882B7 (or 0xF882B7) is known color: Persian Pink. HEX triplet: F8, 82 and B7. RGB value is (248,130,183). Sum of RGB (Red+Green+Blue) = 248+130+183=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F882B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882B7 is #077D48. Grayscale: #ABABAB. Windows color (decimal): -490825 or 12026616. OLE color: 12026616.
HSL color Cylindrical-coordinate representation of color #F882B7: hue angle of 333.05º degrees, saturation: 0.89, 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 #F882B7 is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 183 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.03 |
| HSL | 333.05º | 0.89% | 0.74% | - |
| HSV(B) | 333.05º | 0.48% | 0.97% | - |
| XYZ | 55.24 | 39.34 | 49.48 | - |
| YUV | 171.32 | 134.59 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 183 | 0 | 0.48 | 0.26 | 0.03 | 333.05 | 0.89 | 0.74 |
| Hex | F8 | 82 | B7 | 0 | 30 | 1A | 3 | 14D | 59 | 4A |
| Octal | 370 | 202 | 267 | 0 | 60 | 32 | 3 | 515 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10110111 | 0 | 110000 | 11010 | 11 | 101001101 | 1011001 | 1001010 |
Color Harmonies of #F882B7
Complementary color
Monochromatic Colors of #F882B7
Black with #F882B7
Text Example
Text Example
White with #F882B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882B7; }
p { color: rgb(248,130,183); }
H1.HeaderClassName
{
color: #F882B7;
}
.AnyTagClassName
{
color: #F882B7;
}
</style>
background-color css
<style>
a { background-color: #F882B7; }
a { background-color: rgb(248,130,183); }
div.DivClassName
{
background-color: #F882B7;
}
.BgClassName
{
background-color: #F882B7;
}
</style>
border-color css
<style>
span { border-color: #F882B7; }
span { border-color: rgb(248,130,183); }
td.TdClassName
{
border-color: #F882B7;
}
.TagClassName
{
border-color: #F882B7;
}
</style>