Shades of Persian Pink #F076BA
Tints of Persian Pink #F076BA
RGB
CMYK
RGB Variations
Color information
#F076BA (or 0xF076BA) is known color: Persian Pink. HEX triplet: F0, 76 and BA. RGB value is (240,118,186). Sum of RGB (Red+Green+Blue) = 240+118+186=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 240 - color contains mainly: red. Hex color #F076BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076BA is #0F8945. Grayscale: #A2A2A2. Windows color (decimal): -1018182 or 12220144. OLE color: 12220144.
HSL color Cylindrical-coordinate representation of color #F076BA: hue angle of 326.56º 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 #F076BA is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 186 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.06 |
| HSL | 326.56º | 0.8% | 0.7% | - |
| HSV(B) | 326.56º | 0.51% | 0.94% | - |
| XYZ | 51.28 | 35.03 | 50.51 | - |
| YUV | 162.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 186 | 0 | 0.51 | 0.22 | 0.06 | 326.56 | 0.8 | 0.7 |
| Hex | F0 | 76 | BA | 0 | 33 | 16 | 6 | 147 | 50 | 46 |
| Octal | 360 | 166 | 272 | 0 | 63 | 26 | 6 | 507 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10111010 | 0 | 110011 | 10110 | 110 | 101000111 | 1010000 | 1000110 |
Color Harmonies of #F076BA
Complementary color
Monochromatic Colors of #F076BA
Black with #F076BA
Text Example
Text Example
White with #F076BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076BA; }
p { color: rgb(240,118,186); }
H1.HeaderClassName
{
color: #F076BA;
}
.AnyTagClassName
{
color: #F076BA;
}
</style>
background-color css
<style>
a { background-color: #F076BA; }
a { background-color: rgb(240,118,186); }
div.DivClassName
{
background-color: #F076BA;
}
.BgClassName
{
background-color: #F076BA;
}
</style>
border-color css
<style>
span { border-color: #F076BA; }
span { border-color: rgb(240,118,186); }
td.TdClassName
{
border-color: #F076BA;
}
.TagClassName
{
border-color: #F076BA;
}
</style>