Shades of Persian Pink #F076AD
Tints of Persian Pink #F076AD
RGB
CMYK
RGB Variations
Color information
#F076AD (or 0xF076AD) is known color: Persian Pink. HEX triplet: F0, 76 and AD. RGB value is (240,118,173). Sum of RGB (Red+Green+Blue) = 240+118+173=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F076AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F076AD is #0F8952. Grayscale: #A0A0A0. Windows color (decimal): -1018195 or 11368176. OLE color: 11368176.
HSL color Cylindrical-coordinate representation of color #F076AD: hue angle of 332.95º 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 #F076AD is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 173 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.06 |
| HSL | 332.95º | 0.8% | 0.7% | - |
| HSV(B) | 332.95º | 0.51% | 0.94% | - |
| XYZ | 49.96 | 34.5 | 43.56 | - |
| YUV | 160.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 173 | 0 | 0.51 | 0.28 | 0.06 | 332.95 | 0.8 | 0.7 |
| Hex | F0 | 76 | AD | 0 | 33 | 1C | 6 | 14D | 50 | 46 |
| Octal | 360 | 166 | 255 | 0 | 63 | 34 | 6 | 515 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10101101 | 0 | 110011 | 11100 | 110 | 101001101 | 1010000 | 1000110 |
Color Harmonies of #F076AD
Complementary color
Monochromatic Colors of #F076AD
Black with #F076AD
Text Example
Text Example
White with #F076AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076AD; }
p { color: rgb(240,118,173); }
H1.HeaderClassName
{
color: #F076AD;
}
.AnyTagClassName
{
color: #F076AD;
}
</style>
background-color css
<style>
a { background-color: #F076AD; }
a { background-color: rgb(240,118,173); }
div.DivClassName
{
background-color: #F076AD;
}
.BgClassName
{
background-color: #F076AD;
}
</style>
border-color css
<style>
span { border-color: #F076AD; }
span { border-color: rgb(240,118,173); }
td.TdClassName
{
border-color: #F076AD;
}
.TagClassName
{
border-color: #F076AD;
}
</style>