Shades of Persian Pink #F076BC
Tints of Persian Pink #F076BC
RGB
CMYK
RGB Variations
Color information
#F076BC (or 0xF076BC) is known color: Persian Pink. HEX triplet: F0, 76 and BC. RGB value is (240,118,188). Sum of RGB (Red+Green+Blue) = 240+118+188=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F076BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F076BC is #0F8943. Grayscale: #A2A2A2. Windows color (decimal): -1018180 or 12351216. OLE color: 12351216.
HSL color Cylindrical-coordinate representation of color #F076BC: hue angle of 325.57º 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 #F076BC is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 188 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.06 |
| HSL | 325.57º | 0.8% | 0.7% | - |
| HSV(B) | 325.57º | 0.51% | 0.94% | - |
| XYZ | 51.49 | 35.11 | 51.64 | - |
| YUV | 162.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 188 | 0 | 0.51 | 0.22 | 0.06 | 325.57 | 0.8 | 0.7 |
| Hex | F0 | 76 | BC | 0 | 33 | 16 | 6 | 146 | 50 | 46 |
| Octal | 360 | 166 | 274 | 0 | 63 | 26 | 6 | 506 | 120 | 106 |
| Binary | 11110000 | 1110110 | 10111100 | 0 | 110011 | 10110 | 110 | 101000110 | 1010000 | 1000110 |
Color Harmonies of #F076BC
Complementary color
Monochromatic Colors of #F076BC
Black with #F076BC
Text Example
Text Example
White with #F076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076BC; }
p { color: rgb(240,118,188); }
H1.HeaderClassName
{
color: #F076BC;
}
.AnyTagClassName
{
color: #F076BC;
}
</style>
background-color css
<style>
a { background-color: #F076BC; }
a { background-color: rgb(240,118,188); }
div.DivClassName
{
background-color: #F076BC;
}
.BgClassName
{
background-color: #F076BC;
}
</style>
border-color css
<style>
span { border-color: #F076BC; }
span { border-color: rgb(240,118,188); }
td.TdClassName
{
border-color: #F076BC;
}
.TagClassName
{
border-color: #F076BC;
}
</style>