Shades of Persian Pink #F77DBE
Tints of Persian Pink #F77DBE
RGB
CMYK
RGB Variations
Color information
#F77DBE (or 0xF77DBE) is known color: Persian Pink. HEX triplet: F7, 7D and BE. RGB value is (247,125,190). Sum of RGB (Red+Green+Blue) = 247+125+190=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77DBE is #088241. Grayscale: #A8A8A8. Windows color (decimal): -557634 or 12484087. OLE color: 12484087.
HSL color Cylindrical-coordinate representation of color #F77DBE: hue angle of 328.03º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77DBE is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 190 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.03 |
| HSL | 328.03º | 0.88% | 0.73% | - |
| HSV(B) | 328.03º | 0.49% | 0.97% | - |
| XYZ | 54.99 | 38.16 | 53.18 | - |
| YUV | 168.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 190 | 0 | 0.49 | 0.23 | 0.03 | 328.03 | 0.88 | 0.73 |
| Hex | F7 | 7D | BE | 0 | 31 | 17 | 3 | 148 | 58 | 49 |
| Octal | 367 | 175 | 276 | 0 | 61 | 27 | 3 | 510 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10111110 | 0 | 110001 | 10111 | 11 | 101001000 | 1011000 | 1001001 |
Color Harmonies of #F77DBE
Complementary color
Monochromatic Colors of #F77DBE
Black with #F77DBE
Text Example
Text Example
White with #F77DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DBE; }
p { color: rgb(247,125,190); }
H1.HeaderClassName
{
color: #F77DBE;
}
.AnyTagClassName
{
color: #F77DBE;
}
</style>
background-color css
<style>
a { background-color: #F77DBE; }
a { background-color: rgb(247,125,190); }
div.DivClassName
{
background-color: #F77DBE;
}
.BgClassName
{
background-color: #F77DBE;
}
</style>
border-color css
<style>
span { border-color: #F77DBE; }
span { border-color: rgb(247,125,190); }
td.TdClassName
{
border-color: #F77DBE;
}
.TagClassName
{
border-color: #F77DBE;
}
</style>