Shades of Persian Pink #F076B9
Tints of Persian Pink #F076B9
RGB
CMYK
RGB Variations
Color information
#F076B9 (or 0xF076B9) is known color: Persian Pink. HEX triplet: F0, 76 and B9. RGB value is (240,118,185). Sum of RGB (Red+Green+Blue) = 240+118+185=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F076B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076B9 is #0F8946. Grayscale: #A1A1A1. Windows color (decimal): -1018183 or 12154608. OLE color: 12154608.
HSL color Cylindrical-coordinate representation of color #F076B9: hue angle of 327.05º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F076B9 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 185 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.06 |
| HSL | 327.05º | 0.8% | 0.7% | - |
| HSV(B) | 327.05º | 0.51% | 0.94% | - |
| XYZ | 51.17 | 34.98 | 49.95 | - |
| YUV | 162.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 185 | 0 | 0.51 | 0.23 | 0.06 | 327.05 | 0.8 | 0.7 |
| Hex | F0 | 76 | B9 | 0 | 33 | 17 | 6 | 147 | 50 | 46 |
| Octal | 360 | 166 | 271 | 0 | 63 | 27 | 6 | 507 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10111001 | 0 | 110011 | 10111 | 110 | 101000111 | 1010000 | 1000110 |
Color Harmonies of #F076B9
Complementary color
Monochromatic Colors of #F076B9
Black with #F076B9
Text Example
Text Example
White with #F076B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076B9; }
p { color: rgb(240,118,185); }
H1.HeaderClassName
{
color: #F076B9;
}
.AnyTagClassName
{
color: #F076B9;
}
</style>
background-color css
<style>
a { background-color: #F076B9; }
a { background-color: rgb(240,118,185); }
div.DivClassName
{
background-color: #F076B9;
}
.BgClassName
{
background-color: #F076B9;
}
</style>
border-color css
<style>
span { border-color: #F076B9; }
span { border-color: rgb(240,118,185); }
td.TdClassName
{
border-color: #F076B9;
}
.TagClassName
{
border-color: #F076B9;
}
</style>