#FE79D8

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

Shades of Pale Magenta #FE79D8

Tints of Pale Magenta #FE79D8

Color information

#FE79D8 (or 0xFE79D8) is unknown color: approx Pale Magenta. HEX triplet: FE, 79 and D8. RGB value is (254,121,216). Sum of RGB (Red+Green+Blue) = 254+121+216=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 121 (47.66% from 255 or 20.47% from 591); Blue value is 216 (84.77% from 255 or 36.55% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79D8 is #018627. Grayscale: #ABABAB. Windows color (decimal): -99880 or 14187006. OLE color: 14187006.

HSL color Cylindrical-coordinate representation of color #FE79D8: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE79D8 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB254121216-
CMYK00.520.150.00
HSL317.14º98.52%73.53%-
HSV(B)317.14º52.36%99.61%-
XYZ60.1139.769.46-
YUV171.6153.06186.78-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.98%
GREEN value IS 121 (47.66% from 255) = 20.47%
BLUE value IS 216 (84.77% from 255) = 36.55%
R=42.98%
G=20.47%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412121600.520.150.00317.1498.5273.53
HexFE79D8034F013d634a
Octal376171330064170475143112
Binary1111111011110011101100001101001111010011110111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE79D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE79D8; }

 p { color: rgb(254,121,216); }

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

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

 a { background-color: rgb(254,121,216); }

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

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

 span { border-color: rgb(254,121,216); }

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