Shades of Persian Pink #F773B9
Tints of Persian Pink #F773B9
RGB
CMYK
RGB Variations
Color information
#F773B9 (or 0xF773B9) is known color: Persian Pink. HEX triplet: F7, 73 and B9. RGB value is (247,115,185). Sum of RGB (Red+Green+Blue) = 247+115+185=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F773B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F773B9 is #088C46. Grayscale: #A2A2A2. Windows color (decimal): -560199 or 12153847. OLE color: 12153847.
HSL color Cylindrical-coordinate representation of color #F773B9: hue angle of 328.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F773B9 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 185 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.03 |
| HSL | 328.18º | 0.89% | 0.71% | - |
| HSV(B) | 328.18º | 0.53% | 0.97% | - |
| XYZ | 53.25 | 35.54 | 49.95 | - |
| YUV | 162.45 | 140.73 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 185 | 0 | 0.53 | 0.25 | 0.03 | 328.18 | 0.89 | 0.71 |
| Hex | F7 | 73 | B9 | 0 | 35 | 19 | 3 | 148 | 59 | 47 |
| Octal | 367 | 163 | 271 | 0 | 65 | 31 | 3 | 510 | 131 | 107 |
| Binary | 11110111 | 1110011 | 10111001 | 0 | 110101 | 11001 | 11 | 101001000 | 1011001 | 1000111 |
Color Harmonies of #F773B9
Complementary color
Monochromatic Colors of #F773B9
Black with #F773B9
Text Example
Text Example
White with #F773B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F773B9; }
p { color: rgb(247,115,185); }
H1.HeaderClassName
{
color: #F773B9;
}
.AnyTagClassName
{
color: #F773B9;
}
</style>
background-color css
<style>
a { background-color: #F773B9; }
a { background-color: rgb(247,115,185); }
div.DivClassName
{
background-color: #F773B9;
}
.BgClassName
{
background-color: #F773B9;
}
</style>
border-color css
<style>
span { border-color: #F773B9; }
span { border-color: rgb(247,115,185); }
td.TdClassName
{
border-color: #F773B9;
}
.TagClassName
{
border-color: #F773B9;
}
</style>