#F776C0

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

Shades of Persian Pink #F776C0

Tints of Persian Pink #F776C0

Color information

#F776C0 (or 0xF776C0) is unknown color: approx Persian Pink. HEX triplet: F7, 76 and C0. RGB value is (247,118,192). Sum of RGB (Red+Green+Blue) = 247+118+192=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F776C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776C0 is #08893F. Grayscale: #A4A4A4. Windows color (decimal): -559424 or 12613367. OLE color: 12613367.

HSL color Cylindrical-coordinate representation of color #F776C0: hue angle of 325.58º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F776C0 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247118192-
CMYK00.520.220.03
HSL325.58º88.97%71.57%-
HSV(B)325.58º52.23%96.86%-
XYZ54.3536.5454.06-
YUV165.01143.24186.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 118 (46.48% from 255) = 21.18%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=44.34%
G=21.18%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711819200.520.220.03325.5888.9771.57
HexF776C00341631465948
Octal367166300064263506131110
Binary111101111110110110000000110100101101110100011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776C0; }

 p { color: rgb(247,118,192); }

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

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

 a { background-color: rgb(247,118,192); }

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

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

 span { border-color: rgb(247,118,192); }

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