Shades of Persian Pink #F777B2
Tints of Persian Pink #F777B2
RGB
CMYK
RGB Variations
Color information
#F777B2 (or 0xF777B2) is known color: Persian Pink. HEX triplet: F7, 77 and B2. RGB value is (247,119,178). Sum of RGB (Red+Green+Blue) = 247+119+178=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F777B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F777B2 is #08884D. Grayscale: #A3A3A3. Windows color (decimal): -559182 or 11696119. OLE color: 11696119.
HSL color Cylindrical-coordinate representation of color #F777B2: hue angle of 332.34º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F777B2 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 178 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.03 |
| HSL | 332.34º | 0.89% | 0.72% | - |
| HSV(B) | 332.34º | 0.52% | 0.97% | - |
| XYZ | 52.99 | 36.18 | 46.31 | - |
| YUV | 164 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 178 | 0 | 0.52 | 0.28 | 0.03 | 332.34 | 0.89 | 0.72 |
| Hex | F7 | 77 | B2 | 0 | 34 | 1C | 3 | 14C | 59 | 48 |
| Octal | 367 | 167 | 262 | 0 | 64 | 34 | 3 | 514 | 131 | 110 |
| Binary | 11110111 | 1110111 | 10110010 | 0 | 110100 | 11100 | 11 | 101001100 | 1011001 | 1001000 |
Color Harmonies of #F777B2
Complementary color
Monochromatic Colors of #F777B2
Black with #F777B2
Text Example
Text Example
White with #F777B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F777B2; }
p { color: rgb(247,119,178); }
H1.HeaderClassName
{
color: #F777B2;
}
.AnyTagClassName
{
color: #F777B2;
}
</style>
background-color css
<style>
a { background-color: #F777B2; }
a { background-color: rgb(247,119,178); }
div.DivClassName
{
background-color: #F777B2;
}
.BgClassName
{
background-color: #F777B2;
}
</style>
border-color css
<style>
span { border-color: #F777B2; }
span { border-color: rgb(247,119,178); }
td.TdClassName
{
border-color: #F777B2;
}
.TagClassName
{
border-color: #F777B2;
}
</style>