#FE69E0

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

Shades of Pale Magenta #FE69E0

Tints of Pale Magenta #FE69E0

Color information

#FE69E0 (or 0xFE69E0) is unknown color: approx Pale Magenta. HEX triplet: FE, 69 and E0. RGB value is (254,105,224). Sum of RGB (Red+Green+Blue) = 254+105+224=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 105 (41.41% from 255 or 18.01% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69E0 is #01961F. Grayscale: #A2A2A2. Windows color (decimal): -103968 or 14707198. OLE color: 14707198.

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

Color convert

RGB254105224-
CMYK00.590.120.00
HSL312.08º98.68%70.39%-
HSV(B)312.08º58.66%99.61%-
XYZ59.3836.5674.45-
YUV163.12162.36192.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 105 (41.41% from 255) = 18.01%
BLUE value IS 224 (87.89% from 255) = 38.42%
R=43.57%
G=18.01%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410522400.590.120.00312.0898.6870.39
HexFE69E003BC01386346
Octal376151340073140470143106
Binary1111111011010011110000001110111100010011100011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE69E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE69E0; }

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

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

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

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

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

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

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

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