Shades of Persian Pink #F776BD
Tints of Persian Pink #F776BD
RGB
CMYK
RGB Variations
Color information
#F776BD (or 0xF776BD) is known color: Persian Pink. HEX triplet: F7, 76 and BD. RGB value is (247,118,189). Sum of RGB (Red+Green+Blue) = 247+118+189=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F776BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776BD is #088942. Grayscale: #A4A4A4. Windows color (decimal): -559427 or 12416759. OLE color: 12416759.
HSL color Cylindrical-coordinate representation of color #F776BD: hue angle of 326.98º 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 #F776BD is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 118 | 189 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.03 |
| HSL | 326.98º | 0.89% | 0.72% | - |
| HSV(B) | 326.98º | 0.52% | 0.97% | - |
| XYZ | 54.02 | 36.41 | 52.32 | - |
| YUV | 164.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 118 | 189 | 0 | 0.52 | 0.23 | 0.03 | 326.98 | 0.89 | 0.72 |
| Hex | F7 | 76 | BD | 0 | 34 | 17 | 3 | 147 | 59 | 48 |
| Octal | 367 | 166 | 275 | 0 | 64 | 27 | 3 | 507 | 131 | 110 |
| Binary | 11110111 | 1110110 | 10111101 | 0 | 110100 | 10111 | 11 | 101000111 | 1011001 | 1001000 |
Color Harmonies of #F776BD
Complementary color
Monochromatic Colors of #F776BD
Black with #F776BD
Text Example
Text Example
White with #F776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F776BD; }
p { color: rgb(247,118,189); }
H1.HeaderClassName
{
color: #F776BD;
}
.AnyTagClassName
{
color: #F776BD;
}
</style>
background-color css
<style>
a { background-color: #F776BD; }
a { background-color: rgb(247,118,189); }
div.DivClassName
{
background-color: #F776BD;
}
.BgClassName
{
background-color: #F776BD;
}
</style>
border-color css
<style>
span { border-color: #F776BD; }
span { border-color: rgb(247,118,189); }
td.TdClassName
{
border-color: #F776BD;
}
.TagClassName
{
border-color: #F776BD;
}
</style>