#F778E8

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

Shades of Pale Magenta #F778E8

Tints of Pale Magenta #F778E8

Color information

#F778E8 (or 0xF778E8) is unknown color: approx Pale Magenta. HEX triplet: F7, 78 and E8. RGB value is (247,120,232). Sum of RGB (Red+Green+Blue) = 247+120+232=599 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.24% from 599); Green value is 120 (47.27% from 255 or 20.03% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 247 - color contains mainly: red. Hex color #F778E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F778E8 is #088717. Grayscale: #AAAAAA. Windows color (decimal): -558872 or 15235319. OLE color: 15235319.

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

Color convert

RGB247120232-
CMYK00.510.060.03
HSL307.09º88.81%71.96%-
HSV(B)307.09º51.42%96.86%-
XYZ59.6439.0380.73-
YUV170.74162.58182.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.24%
GREEN value IS 120 (47.27% from 255) = 20.03%
BLUE value IS 232 (91.02% from 255) = 38.73%
R=41.24%
G=20.03%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24712023200.510.060.03307.0988.8171.96
HexF778E8033631335948
Octal36717035006363463131110
Binary1111011111110001110100001100111101110011001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F778E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F778E8; }

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

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

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

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

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

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

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

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