#F776E1

Color #F776E1 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #F776E1

Tints of Pale Magenta #F776E1

Color information

#F776E1 (or 0xF776E1) is unknown color: approx Pale Magenta. HEX triplet: F7, 76 and E1. RGB value is (247,118,225). Sum of RGB (Red+Green+Blue) = 247+118+225=590 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.86% from 590); Green value is 118 (46.48% from 255 or 20% from 590); Blue value is 225 (88.28% from 255 or 38.14% from 590); Max value from RGB is 247 - color contains mainly: red. Hex color #F776E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776E1 is #08891E. Grayscale: #A8A8A8. Windows color (decimal): -559391 or 14776055. OLE color: 14776055.

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

Color convert

RGB247118225-
CMYK00.520.090.03
HSL310.23º88.97%71.57%-
HSV(B)310.23º52.23%96.86%-
XYZ58.4338.1775.52-
YUV168.77159.74183.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.86%
GREEN value IS 118 (46.48% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 38.14%
R=41.86%
G=20%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711822500.520.090.03310.2388.9771.57
HexF776E1034931365948
Octal367166341064113466131110
Binary11110111111011011100001011010010011110011011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F776E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F776E1; }

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

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

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

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

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

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

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

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