Shades of Persian Pink #F776BA
Tints of Persian Pink #F776BA
RGB
CMYK
RGB Variations
Color information
#F776BA (or 0xF776BA) is known color: Persian Pink. HEX triplet: F7, 76 and BA. RGB value is (247,118,186). Sum of RGB (Red+Green+Blue) = 247+118+186=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F776BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776BA is #088945. Grayscale: #A4A4A4. Windows color (decimal): -559430 or 12220151. OLE color: 12220151.
HSL color Cylindrical-coordinate representation of color #F776BA: hue angle of 328.37º 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 #F776BA is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 186 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.03 |
| HSL | 328.37º | 0.89% | 0.72% | - |
| HSV(B) | 328.37º | 0.52% | 0.97% | - |
| XYZ | 53.7 | 36.28 | 50.63 | - |
| YUV | 164.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 186 | 0 | 0.52 | 0.25 | 0.03 | 328.37 | 0.89 | 0.72 |
| Hex | F7 | 76 | BA | 0 | 34 | 19 | 3 | 148 | 59 | 48 |
| Octal | 367 | 166 | 272 | 0 | 64 | 31 | 3 | 510 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10111010 | 0 | 110100 | 11001 | 11 | 101001000 | 1011001 | 1001000 |
Color Harmonies of #F776BA
Complementary color
Monochromatic Colors of #F776BA
Black with #F776BA
Text Example
Text Example
White with #F776BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776BA; }
p { color: rgb(247,118,186); }
H1.HeaderClassName
{
color: #F776BA;
}
.AnyTagClassName
{
color: #F776BA;
}
</style>
background-color css
<style>
a { background-color: #F776BA; }
a { background-color: rgb(247,118,186); }
div.DivClassName
{
background-color: #F776BA;
}
.BgClassName
{
background-color: #F776BA;
}
</style>
border-color css
<style>
span { border-color: #F776BA; }
span { border-color: rgb(247,118,186); }
td.TdClassName
{
border-color: #F776BA;
}
.TagClassName
{
border-color: #F776BA;
}
</style>