#F879EA

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

Shades of Pale Magenta #F879EA

Tints of Pale Magenta #F879EA

Color information

#F879EA (or 0xF879EA) is unknown color: approx Pale Magenta. HEX triplet: F8, 79 and EA. RGB value is (248,121,234). Sum of RGB (Red+Green+Blue) = 248+121+234=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 121 (47.66% from 255 or 20.07% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F879EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F879EA is #078615. Grayscale: #ABABAB. Windows color (decimal): -493078 or 15366648. OLE color: 15366648.

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

Color convert

RGB248121234-
CMYK00.510.060.03
HSL306.61º90.07%72.35%-
HSV(B)306.61º51.21%97.25%-
XYZ60.439.5782.3-
YUV171.86163.08182.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 121 (47.66% from 255) = 20.07%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=41.13%
G=20.07%
B=38.81%

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
Decimal24812123400.510.060.03306.6190.0772.35
HexF879EA033631335a48
Octal37017135206363463132110
Binary1111100011110011110101001100111101110011001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F879EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F879EA; }

 p { color: rgb(248,121,234); }

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

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

 a { background-color: rgb(248,121,234); }

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

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

 span { border-color: rgb(248,121,234); }

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