#F77BB9

Color #F77BB9 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F77BB9

Tints of Persian Pink #F77BB9

Color information

#F77BB9 (or 0xF77BB9) is unknown color: approx Persian Pink. HEX triplet: F7, 7B and B9. RGB value is (247,123,185). Sum of RGB (Red+Green+Blue) = 247+123+185=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F77BB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77BB9 is #088446. Grayscale: #A7A7A7. Windows color (decimal): -558151 or 12155895. OLE color: 12155895.

HSL color Cylindrical-coordinate representation of color #F77BB9: hue angle of 330º 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 #F77BB9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247123185-
CMYK00.500.250.03
HSL330º88.57%72.55%-
HSV(B)330º50.2%96.86%-
XYZ54.237.4450.27-
YUV167.14138.08184.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 123 (48.44% from 255) = 22.16%
BLUE value IS 185 (72.66% from 255) = 33.33%
R=44.50%
G=22.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712318500.500.250.0333088.5772.55
HexF77BB903219314a5949
Octal367173271062313512131111
Binary111101111111011101110010110010110011110100101010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77BB9; }

 p { color: rgb(247,123,185); }

 H1.HeaderClassName
 {
   color: #F77BB9;
 }
 .AnyTagClassName
 {
   color: #F77BB9;
 }
</style>
background-color css

<style>
 a { background-color: #F77BB9; }

 a { background-color: rgb(247,123,185); }

 div.DivClassName
 {
   background-color: #F77BB9;
 }
 .BgClassName
 {
   background-color: #F77BB9;
 }
</style>
border-color css

<style>
 span { border-color: #F77BB9; }

 span { border-color: rgb(247,123,185); }

 td.TdClassName
 {
   border-color: #F77BB9;
 }
 .TagClassName
 {
   border-color: #F77BB9;
 }
</style>