#F77EB1

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

Shades of Persian Pink #F77EB1

Tints of Persian Pink #F77EB1

Color information

#F77EB1 (or 0xF77EB1) is unknown color: approx Persian Pink. HEX triplet: F7, 7E and B1. RGB value is (247,126,177). Sum of RGB (Red+Green+Blue) = 247+126+177=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 126 (49.61% from 255 or 22.91% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77EB1 is #08814E. Grayscale: #A7A7A7. Windows color (decimal): -557391 or 11632375. OLE color: 11632375.

HSL color Cylindrical-coordinate representation of color #F77EB1: hue angle of 334.71º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77EB1 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB247126177-
CMYK00.490.280.03
HSL334.71º88.32%73.14%-
HSV(B)334.71º48.99%96.86%-
XYZ53.7537.8746.07-
YUV167.99133.09184.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 126 (49.61% from 255) = 22.91%
BLUE value IS 177 (69.53% from 255) = 32.18%
R=44.91%
G=22.91%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712617700.490.280.03334.7188.3273.14
HexF77EB10311C314f5849
Octal367176261061343517130111
Binary111101111111110101100010110001111001110100111110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77EB1; }

 p { color: rgb(247,126,177); }

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

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

 a { background-color: rgb(247,126,177); }

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

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

 span { border-color: rgb(247,126,177); }

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