Shades of Persian Pink #F77BB4
Tints of Persian Pink #F77BB4
RGB
CMYK
RGB Variations
Color information
#F77BB4 (or 0xF77BB4) is known color: Persian Pink. HEX triplet: F7, 7B and B4. RGB value is (247,123,180). Sum of RGB (Red+Green+Blue) = 247+123+180=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BB4 is #08844B. Grayscale: #A6A6A6. Windows color (decimal): -558156 or 11828215. OLE color: 11828215.
HSL color Cylindrical-coordinate representation of color #F77BB4: hue angle of 332.42º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77BB4 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 180 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.03 |
| HSL | 332.42º | 0.89% | 0.73% | - |
| HSV(B) | 332.42º | 0.5% | 0.97% | - |
| XYZ | 53.68 | 37.24 | 47.54 | - |
| YUV | 166.57 | 135.58 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 180 | 0 | 0.50 | 0.27 | 0.03 | 332.42 | 0.89 | 0.73 |
| Hex | F7 | 7B | B4 | 0 | 32 | 1B | 3 | 14C | 59 | 49 |
| Octal | 367 | 173 | 264 | 0 | 62 | 33 | 3 | 514 | 131 | 111 |
| Binary | 11110111 | 1111011 | 10110100 | 0 | 110010 | 11011 | 11 | 101001100 | 1011001 | 1001001 |
Color Harmonies of #F77BB4
Complementary color
Monochromatic Colors of #F77BB4
Black with #F77BB4
Text Example
Text Example
White with #F77BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77BB4; }
p { color: rgb(247,123,180); }
H1.HeaderClassName
{
color: #F77BB4;
}
.AnyTagClassName
{
color: #F77BB4;
}
</style>
background-color css
<style>
a { background-color: #F77BB4; }
a { background-color: rgb(247,123,180); }
div.DivClassName
{
background-color: #F77BB4;
}
.BgClassName
{
background-color: #F77BB4;
}
</style>
border-color css
<style>
span { border-color: #F77BB4; }
span { border-color: rgb(247,123,180); }
td.TdClassName
{
border-color: #F77BB4;
}
.TagClassName
{
border-color: #F77BB4;
}
</style>