#F77CB8

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

Shades of Persian Pink #F77CB8

Tints of Persian Pink #F77CB8

Color information

#F77CB8 (or 0xF77CB8) is unknown color: approx Persian Pink. HEX triplet: F7, 7C and B8. RGB value is (247,124,184). Sum of RGB (Red+Green+Blue) = 247+124+184=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F77CB8 is #088347. Grayscale: #A7A7A7. Windows color (decimal): -557896 or 12090615. OLE color: 12090615.

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

Color convert

RGB247124184-
CMYK00.500.260.03
HSL330.73º88.49%72.75%-
HSV(B)330.73º49.8%96.86%-
XYZ54.2237.6549.76-
YUV167.62137.25184.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 124 (48.83% from 255) = 22.34%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=44.50%
G=22.34%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712418400.500.260.03330.7388.4972.75
HexF77CB80321A314b5849
Octal367174270062323513130111
Binary111101111111100101110000110010110101110100101110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77CB8; }

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

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

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

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

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

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

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

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