Shades of Persian Pink #F976B9
Tints of Persian Pink #F976B9
RGB
CMYK
RGB Variations
Color information
#F976B9 (or 0xF976B9) is known color: Persian Pink. HEX triplet: F9, 76 and B9. RGB value is (249,118,185). Sum of RGB (Red+Green+Blue) = 249+118+185=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F976B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976B9 is #068946. Grayscale: #A4A4A4. Windows color (decimal): -428359 or 12154617. OLE color: 12154617.
HSL color Cylindrical-coordinate representation of color #F976B9: hue angle of 329.31º 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 #F976B9 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 185 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.02 |
| HSL | 329.31º | 0.92% | 0.72% | - |
| HSV(B) | 329.31º | 0.53% | 0.98% | - |
| XYZ | 54.3 | 36.6 | 50.1 | - |
| YUV | 164.81 | 139.4 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 185 | 0 | 0.53 | 0.26 | 0.02 | 329.31 | 0.92 | 0.72 |
| Hex | F9 | 76 | B9 | 0 | 35 | 1A | 2 | 149 | 5C | 48 |
| Octal | 371 | 166 | 271 | 0 | 65 | 32 | 2 | 511 | 134 | 110 |
| Binary | 11111001 | 1110110 | 10111001 | 0 | 110101 | 11010 | 10 | 101001001 | 1011100 | 1001000 |
Color Harmonies of #F976B9
Complementary color
Monochromatic Colors of #F976B9
Black with #F976B9
Text Example
Text Example
White with #F976B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F976B9; }
p { color: rgb(249,118,185); }
H1.HeaderClassName
{
color: #F976B9;
}
.AnyTagClassName
{
color: #F976B9;
}
</style>
background-color css
<style>
a { background-color: #F976B9; }
a { background-color: rgb(249,118,185); }
div.DivClassName
{
background-color: #F976B9;
}
.BgClassName
{
background-color: #F976B9;
}
</style>
border-color css
<style>
span { border-color: #F976B9; }
span { border-color: rgb(249,118,185); }
td.TdClassName
{
border-color: #F976B9;
}
.TagClassName
{
border-color: #F976B9;
}
</style>