Shades of Persian Pink #F976BF
Tints of Persian Pink #F976BF
RGB
CMYK
RGB Variations
Color information
#F976BF (or 0xF976BF) is known color: Persian Pink. HEX triplet: F9, 76 and BF. RGB value is (249,118,191). Sum of RGB (Red+Green+Blue) = 249+118+191=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F976BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976BF is #068940. Grayscale: #A5A5A5. Windows color (decimal): -428353 or 12547833. OLE color: 12547833.
HSL color Cylindrical-coordinate representation of color #F976BF: hue angle of 326.56º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976BF is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 191 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.02 |
| HSL | 326.56º | 0.92% | 0.72% | - |
| HSV(B) | 326.56º | 0.53% | 0.98% | - |
| XYZ | 54.95 | 36.86 | 53.51 | - |
| YUV | 165.49 | 142.4 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 191 | 0 | 0.53 | 0.23 | 0.02 | 326.56 | 0.92 | 0.72 |
| Hex | F9 | 76 | BF | 0 | 35 | 17 | 2 | 147 | 5C | 48 |
| Octal | 371 | 166 | 277 | 0 | 65 | 27 | 2 | 507 | 134 | 110 |
| Binary | 11111001 | 1110110 | 10111111 | 0 | 110101 | 10111 | 10 | 101000111 | 1011100 | 1001000 |
Color Harmonies of #F976BF
Complementary color
Monochromatic Colors of #F976BF
Black with #F976BF
Text Example
Text Example
White with #F976BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976BF; }
p { color: rgb(249,118,191); }
H1.HeaderClassName
{
color: #F976BF;
}
.AnyTagClassName
{
color: #F976BF;
}
</style>
background-color css
<style>
a { background-color: #F976BF; }
a { background-color: rgb(249,118,191); }
div.DivClassName
{
background-color: #F976BF;
}
.BgClassName
{
background-color: #F976BF;
}
</style>
border-color css
<style>
span { border-color: #F976BF; }
span { border-color: rgb(249,118,191); }
td.TdClassName
{
border-color: #F976BF;
}
.TagClassName
{
border-color: #F976BF;
}
</style>