#F77EB2

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

Shades of Persian Pink #F77EB2

Tints of Persian Pink #F77EB2

Color information

#F77EB2 (or 0xF77EB2) is unknown color: approx Persian Pink. HEX triplet: F7, 7E and B2. RGB value is (247,126,178). Sum of RGB (Red+Green+Blue) = 247+126+178=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 126 (49.61% from 255 or 22.87% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77EB2 is #08814D. Grayscale: #A8A8A8. Windows color (decimal): -557390 or 11697911. OLE color: 11697911.

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

Color convert

RGB247126178-
CMYK00.490.280.03
HSL334.21º88.32%73.14%-
HSV(B)334.21º48.99%96.86%-
XYZ53.8537.9146.6-
YUV168.11133.59184.27-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 126 (49.61% from 255) = 22.87%
BLUE value IS 178 (69.92% from 255) = 32.30%
R=44.83%
G=22.87%
B=32.30%

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
Decimal24712617800.490.280.03334.2188.3273.14
HexF77EB20311C314e5849
Octal367176262061343516130111
Binary111101111111110101100100110001111001110100111010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77EB2; }

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

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

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

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

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

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

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

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