Shades of Persian Pink #F77CBE
Tints of Persian Pink #F77CBE
RGB
CMYK
RGB Variations
Color information
#F77CBE (or 0xF77CBE) is known color: Persian Pink. HEX triplet: F7, 7C and BE. RGB value is (247,124,190). Sum of RGB (Red+Green+Blue) = 247+124+190=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CBE is #088341. Grayscale: #A8A8A8. Windows color (decimal): -557890 or 12483831. OLE color: 12483831.
HSL color Cylindrical-coordinate representation of color #F77CBE: hue angle of 327.8º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CBE is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 190 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.03 |
| HSL | 327.8º | 0.88% | 0.73% | - |
| HSV(B) | 327.8º | 0.5% | 0.97% | - |
| XYZ | 54.86 | 37.91 | 53.14 | - |
| YUV | 168.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 190 | 0 | 0.50 | 0.23 | 0.03 | 327.8 | 0.88 | 0.73 |
| Hex | F7 | 7C | BE | 0 | 32 | 17 | 3 | 148 | 58 | 49 |
| Octal | 367 | 174 | 276 | 0 | 62 | 27 | 3 | 510 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10111110 | 0 | 110010 | 10111 | 11 | 101001000 | 1011000 | 1001001 |
Color Harmonies of #F77CBE
Complementary color
Monochromatic Colors of #F77CBE
Black with #F77CBE
Text Example
Text Example
White with #F77CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CBE; }
p { color: rgb(247,124,190); }
H1.HeaderClassName
{
color: #F77CBE;
}
.AnyTagClassName
{
color: #F77CBE;
}
</style>
background-color css
<style>
a { background-color: #F77CBE; }
a { background-color: rgb(247,124,190); }
div.DivClassName
{
background-color: #F77CBE;
}
.BgClassName
{
background-color: #F77CBE;
}
</style>
border-color css
<style>
span { border-color: #F77CBE; }
span { border-color: rgb(247,124,190); }
td.TdClassName
{
border-color: #F77CBE;
}
.TagClassName
{
border-color: #F77CBE;
}
</style>