#F77FB6

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

Shades of Persian Pink #F77FB6

Tints of Persian Pink #F77FB6

Color information

#F77FB6 (or 0xF77FB6) is unknown color: approx Persian Pink. HEX triplet: F7, 7F and B6. RGB value is (247,127,182). Sum of RGB (Red+Green+Blue) = 247+127+182=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FB6 is #088049. Grayscale: #A9A9A9. Windows color (decimal): -557130 or 11960311. OLE color: 11960311.

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

Color convert

RGB247127182-
CMYK00.490.260.03
HSL332.5º88.24%73.33%-
HSV(B)332.5º48.58%96.86%-
XYZ54.3938.3348.79-
YUV169.15135.26183.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.42%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 182 (71.48% from 255) = 32.73%
R=44.42%
G=22.84%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712718200.490.260.03332.588.2473.33
HexF77FB60311A314c5849
Octal367177266061323514130111
Binary111101111111111101101100110001110101110100110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77FB6; }

 p { color: rgb(247,127,182); }

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

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

 a { background-color: rgb(247,127,182); }

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

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

 span { border-color: rgb(247,127,182); }

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