Shades of Persian Pink #F77CB3
Tints of Persian Pink #F77CB3
RGB
CMYK
RGB Variations
Color information
#F77CB3 (or 0xF77CB3) is known color: Persian Pink. HEX triplet: F7, 7C and B3. RGB value is (247,124,179). Sum of RGB (Red+Green+Blue) = 247+124+179=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 124 (48.83% from 255 or 22.55% from 550); Blue value is 179 (70.31% from 255 or 32.55% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CB3 is #08834C. Grayscale: #A6A6A6. Windows color (decimal): -557901 or 11762935. OLE color: 11762935.
HSL color Cylindrical-coordinate representation of color #F77CB3: hue angle of 333.17º 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 #F77CB3 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 179 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.03 |
| HSL | 333.17º | 0.88% | 0.73% | - |
| HSV(B) | 333.17º | 0.5% | 0.97% | - |
| XYZ | 53.7 | 37.44 | 47.04 | - |
| YUV | 167.05 | 134.75 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 179 | 0 | 0.50 | 0.28 | 0.03 | 333.17 | 0.88 | 0.73 |
| Hex | F7 | 7C | B3 | 0 | 32 | 1C | 3 | 14D | 58 | 49 |
| Octal | 367 | 174 | 263 | 0 | 62 | 34 | 3 | 515 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10110011 | 0 | 110010 | 11100 | 11 | 101001101 | 1011000 | 1001001 |
Color Harmonies of #F77CB3
Complementary color
Monochromatic Colors of #F77CB3
Black with #F77CB3
Text Example
Text Example
White with #F77CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CB3; }
p { color: rgb(247,124,179); }
H1.HeaderClassName
{
color: #F77CB3;
}
.AnyTagClassName
{
color: #F77CB3;
}
</style>
background-color css
<style>
a { background-color: #F77CB3; }
a { background-color: rgb(247,124,179); }
div.DivClassName
{
background-color: #F77CB3;
}
.BgClassName
{
background-color: #F77CB3;
}
</style>
border-color css
<style>
span { border-color: #F77CB3; }
span { border-color: rgb(247,124,179); }
td.TdClassName
{
border-color: #F77CB3;
}
.TagClassName
{
border-color: #F77CB3;
}
</style>