#FE78E3

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

Shades of Pale Magenta #FE78E3

Tints of Pale Magenta #FE78E3

Color information

#FE78E3 (or 0xFE78E3) is unknown color: approx Pale Magenta. HEX triplet: FE, 78 and E3. RGB value is (254,120,227). Sum of RGB (Red+Green+Blue) = 254+120+227=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 120 (47.27% from 255 or 19.97% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78E3 is #01871C. Grayscale: #ABABAB. Windows color (decimal): -100125 or 14907646. OLE color: 14907646.

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

Color convert

RGB254120227-
CMYK00.530.110.00
HSL312.09º98.53%73.33%-
HSV(B)312.09º52.76%99.61%-
XYZ61.4540.0577.16-
YUV172.26158.89186.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.26%
GREEN value IS 120 (47.27% from 255) = 19.97%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=42.26%
G=19.97%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412022700.530.110.00312.0998.5373.33
HexFE78E3035B01386349
Octal376170343065130470143111
Binary1111111011110001110001101101011011010011100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE78E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE78E3; }

 p { color: rgb(254,120,227); }

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

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

 a { background-color: rgb(254,120,227); }

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

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

 span { border-color: rgb(254,120,227); }

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