#FE6FE0

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

Shades of Pale Magenta #FE6FE0

Tints of Pale Magenta #FE6FE0

Color information

#FE6FE0 (or 0xFE6FE0) is unknown color: approx Pale Magenta. HEX triplet: FE, 6F and E0. RGB value is (254,111,224). Sum of RGB (Red+Green+Blue) = 254+111+224=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 111 (43.75% from 255 or 18.85% from 589); Blue value is 224 (87.89% from 255 or 38.03% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FE0 is #01901F. Grayscale: #A6A6A6. Windows color (decimal): -102432 or 14708734. OLE color: 14708734.

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

Color convert

RGB254111224-
CMYK00.560.120.00
HSL312.59º98.62%71.57%-
HSV(B)312.59º56.3%99.61%-
XYZ60.0137.8274.66-
YUV166.64160.38190.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.12%
GREEN value IS 111 (43.75% from 255) = 18.85%
BLUE value IS 224 (87.89% from 255) = 38.03%
R=43.12%
G=18.85%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411122400.560.120.00312.5998.6271.57
HexFE6FE0038C01396348
Octal376157340070140471143110
Binary1111111011011111110000001110001100010011100111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6FE0; }

 p { color: rgb(254,111,224); }

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

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

 a { background-color: rgb(254,111,224); }

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

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

 span { border-color: rgb(254,111,224); }

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