#F771EA

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

Shades of Pale Magenta #F771EA

Tints of Pale Magenta #F771EA

Color information

#F771EA (or 0xF771EA) is unknown color: approx Pale Magenta. HEX triplet: F7, 71 and EA. RGB value is (247,113,234). Sum of RGB (Red+Green+Blue) = 247+113+234=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 247 - color contains mainly: red. Hex color #F771EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771EA is #088E15. Grayscale: #A6A6A6. Windows color (decimal): -560662 or 15364599. OLE color: 15364599.

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

Color convert

RGB247113234-
CMYK00.540.050.03
HSL305.82º89.33%70.59%-
HSV(B)305.82º54.25%96.86%-
XYZ59.1137.5281.97-
YUV166.86165.89185.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.58%
GREEN value IS 113 (44.53% from 255) = 19.02%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=41.58%
G=19.02%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711323400.540.050.03305.8289.3370.59
HexF771EA036531325947
Octal36716135206653462131107
Binary1111011111100011110101001101101011110011001010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F771EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F771EA; }

 p { color: rgb(247,113,234); }

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

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

 a { background-color: rgb(247,113,234); }

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

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

 span { border-color: rgb(247,113,234); }

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