Shades of Persian Pink #F077BB
Tints of Persian Pink #F077BB
RGB
CMYK
RGB Variations
Color information
#F077BB (or 0xF077BB) is known color: Persian Pink. HEX triplet: F0, 77 and BB. RGB value is (240,119,187). Sum of RGB (Red+Green+Blue) = 240+119+187=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F077BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077BB is #0F8844. Grayscale: #A2A2A2. Windows color (decimal): -1017925 or 12285936. OLE color: 12285936.
HSL color Cylindrical-coordinate representation of color #F077BB: hue angle of 326.28º 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 #F077BB is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 187 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.06 |
| HSL | 326.28º | 0.8% | 0.7% | - |
| HSV(B) | 326.28º | 0.5% | 0.94% | - |
| XYZ | 51.5 | 35.31 | 51.11 | - |
| YUV | 162.93 | 141.59 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 187 | 0 | 0.50 | 0.22 | 0.06 | 326.28 | 0.8 | 0.7 |
| Hex | F0 | 77 | BB | 0 | 32 | 16 | 6 | 146 | 50 | 46 |
| Octal | 360 | 167 | 273 | 0 | 62 | 26 | 6 | 506 | 120 | 106 |
| Binary | 11110000 | 1110111 | 10111011 | 0 | 110010 | 10110 | 110 | 101000110 | 1010000 | 1000110 |
Color Harmonies of #F077BB
Complementary color
Monochromatic Colors of #F077BB
Black with #F077BB
Text Example
Text Example
White with #F077BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077BB; }
p { color: rgb(240,119,187); }
H1.HeaderClassName
{
color: #F077BB;
}
.AnyTagClassName
{
color: #F077BB;
}
</style>
background-color css
<style>
a { background-color: #F077BB; }
a { background-color: rgb(240,119,187); }
div.DivClassName
{
background-color: #F077BB;
}
.BgClassName
{
background-color: #F077BB;
}
</style>
border-color css
<style>
span { border-color: #F077BB; }
span { border-color: rgb(240,119,187); }
td.TdClassName
{
border-color: #F077BB;
}
.TagClassName
{
border-color: #F077BB;
}
</style>