Shades of Persian Pink #F882BD
Tints of Persian Pink #F882BD
RGB
CMYK
RGB Variations
Color information
#F882BD (or 0xF882BD) is known color: Persian Pink. HEX triplet: F8, 82 and BD. RGB value is (248,130,189). Sum of RGB (Red+Green+Blue) = 248+130+189=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 130 (51.17% from 255 or 22.93% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F882BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882BD is #077D42. Grayscale: #ABABAB. Windows color (decimal): -490819 or 12419832. OLE color: 12419832.
HSL color Cylindrical-coordinate representation of color #F882BD: hue angle of 330º 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 #F882BD is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 189 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.03 |
| HSL | 330º | 0.89% | 0.74% | - |
| HSV(B) | 330º | 0.48% | 0.97% | - |
| XYZ | 55.88 | 39.6 | 52.84 | - |
| YUV | 172.01 | 137.59 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 189 | 0 | 0.48 | 0.24 | 0.03 | 330 | 0.89 | 0.74 |
| Hex | F8 | 82 | BD | 0 | 30 | 18 | 3 | 14A | 59 | 4A |
| Octal | 370 | 202 | 275 | 0 | 60 | 30 | 3 | 512 | 131 | 112 |
| Binary | 11111000 | 10000010 | 10111101 | 0 | 110000 | 11000 | 11 | 101001010 | 1011001 | 1001010 |
Color Harmonies of #F882BD
Complementary color
Monochromatic Colors of #F882BD
Black with #F882BD
Text Example
Text Example
White with #F882BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882BD; }
p { color: rgb(248,130,189); }
H1.HeaderClassName
{
color: #F882BD;
}
.AnyTagClassName
{
color: #F882BD;
}
</style>
background-color css
<style>
a { background-color: #F882BD; }
a { background-color: rgb(248,130,189); }
div.DivClassName
{
background-color: #F882BD;
}
.BgClassName
{
background-color: #F882BD;
}
</style>
border-color css
<style>
span { border-color: #F882BD; }
span { border-color: rgb(248,130,189); }
td.TdClassName
{
border-color: #F882BD;
}
.TagClassName
{
border-color: #F882BD;
}
</style>