#F77FB8

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

Shades of Persian Pink #F77FB8

Tints of Persian Pink #F77FB8

Color information

#F77FB8 (or 0xF77FB8) is unknown color: approx Persian Pink. HEX triplet: F7, 7F and B8. RGB value is (247,127,184). Sum of RGB (Red+Green+Blue) = 247+127+184=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 127 (50% from 255 or 22.76% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77FB8 is #088047. Grayscale: #A9A9A9. Windows color (decimal): -557128 or 12091383. OLE color: 12091383.

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

Color convert

RGB247127184-
CMYK00.490.260.03
HSL331.5º88.24%73.33%-
HSV(B)331.5º48.58%96.86%-
XYZ54.638.4149.88-
YUV169.38136.26183.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.27%
GREEN value IS 127 (50% from 255) = 22.76%
BLUE value IS 184 (72.27% from 255) = 32.97%
R=44.27%
G=22.76%
B=32.97%

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
Decimal24712718400.490.260.03331.588.2473.33
HexF77FB80311A314c5849
Octal367177270061323514130111
Binary111101111111111101110000110001110101110100110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77FB8; }

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

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

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

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

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

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

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

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