#F778EA

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

Shades of Pale Magenta #F778EA

Tints of Pale Magenta #F778EA

Color information

#F778EA (or 0xF778EA) is unknown color: approx Pale Magenta. HEX triplet: F7, 78 and EA. RGB value is (247,120,234). Sum of RGB (Red+Green+Blue) = 247+120+234=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 247 - color contains mainly: red. Hex color #F778EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F778EA is #088715. Grayscale: #AAAAAA. Windows color (decimal): -558870 or 15366391. OLE color: 15366391.

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

Color convert

RGB247120234-
CMYK00.510.050.03
HSL306.14º88.81%71.96%-
HSV(B)306.14º51.42%96.86%-
XYZ59.9339.1582.24-
YUV170.97163.58182.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.10%
GREEN value IS 120 (47.27% from 255) = 19.97%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=41.10%
G=19.97%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712023400.510.050.03306.1488.8171.96
HexF778EA033531325948
Octal36717035206353462131110
Binary1111011111110001110101001100111011110011001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F778EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F778EA; }

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

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

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

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

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

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

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

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