Shades of Persian Pink #F077B0
Tints of Persian Pink #F077B0
RGB
CMYK
RGB Variations
Color information
#F077B0 (or 0xF077B0) is known color: Persian Pink. HEX triplet: F0, 77 and B0. RGB value is (240,119,176). Sum of RGB (Red+Green+Blue) = 240+119+176=535 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.86% from 535); Green value is 119 (46.88% from 255 or 22.24% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 240 - color contains mainly: red. Hex color #F077B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F077B0 is #0F884F. Grayscale: #A1A1A1. Windows color (decimal): -1017936 or 11565040. OLE color: 11565040.
HSL color Cylindrical-coordinate representation of color #F077B0: hue angle of 331.74º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077B0 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 176 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.06 |
| HSL | 331.74º | 0.8% | 0.7% | - |
| HSV(B) | 331.74º | 0.5% | 0.94% | - |
| XYZ | 50.37 | 34.85 | 45.15 | - |
| YUV | 161.68 | 136.09 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 176 | 0 | 0.50 | 0.27 | 0.06 | 331.74 | 0.8 | 0.7 |
| Hex | F0 | 77 | B0 | 0 | 32 | 1B | 6 | 14C | 50 | 46 |
| Octal | 360 | 167 | 260 | 0 | 62 | 33 | 6 | 514 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10110000 | 0 | 110010 | 11011 | 110 | 101001100 | 1010000 | 1000110 |
Color Harmonies of #F077B0
Complementary color
Monochromatic Colors of #F077B0
Black with #F077B0
Text Example
Text Example
White with #F077B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077B0; }
p { color: rgb(240,119,176); }
H1.HeaderClassName
{
color: #F077B0;
}
.AnyTagClassName
{
color: #F077B0;
}
</style>
background-color css
<style>
a { background-color: #F077B0; }
a { background-color: rgb(240,119,176); }
div.DivClassName
{
background-color: #F077B0;
}
.BgClassName
{
background-color: #F077B0;
}
</style>
border-color css
<style>
span { border-color: #F077B0; }
span { border-color: rgb(240,119,176); }
td.TdClassName
{
border-color: #F077B0;
}
.TagClassName
{
border-color: #F077B0;
}
</style>