Shades of Persian Pink #F77CB6
Tints of Persian Pink #F77CB6
RGB
CMYK
RGB Variations
Color information
#F77CB6 (or 0xF77CB6) is known color: Persian Pink. HEX triplet: F7, 7C and B6. RGB value is (247,124,182). Sum of RGB (Red+Green+Blue) = 247+124+182=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CB6 is #088349. Grayscale: #A7A7A7. Windows color (decimal): -557898 or 11959543. OLE color: 11959543.
HSL color Cylindrical-coordinate representation of color #F77CB6: hue angle of 331.71º 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 #F77CB6 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 182 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.03 |
| HSL | 331.71º | 0.88% | 0.73% | - |
| HSV(B) | 331.71º | 0.5% | 0.97% | - |
| XYZ | 54.01 | 37.57 | 48.66 | - |
| YUV | 167.39 | 136.25 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 182 | 0 | 0.50 | 0.26 | 0.03 | 331.71 | 0.88 | 0.73 |
| Hex | F7 | 7C | B6 | 0 | 32 | 1A | 3 | 14C | 58 | 49 |
| Octal | 367 | 174 | 266 | 0 | 62 | 32 | 3 | 514 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10110110 | 0 | 110010 | 11010 | 11 | 101001100 | 1011000 | 1001001 |
Color Harmonies of #F77CB6
Complementary color
Monochromatic Colors of #F77CB6
Black with #F77CB6
Text Example
Text Example
White with #F77CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CB6; }
p { color: rgb(247,124,182); }
H1.HeaderClassName
{
color: #F77CB6;
}
.AnyTagClassName
{
color: #F77CB6;
}
</style>
background-color css
<style>
a { background-color: #F77CB6; }
a { background-color: rgb(247,124,182); }
div.DivClassName
{
background-color: #F77CB6;
}
.BgClassName
{
background-color: #F77CB6;
}
</style>
border-color css
<style>
span { border-color: #F77CB6; }
span { border-color: rgb(247,124,182); }
td.TdClassName
{
border-color: #F77CB6;
}
.TagClassName
{
border-color: #F77CB6;
}
</style>