#FE17E6

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

Shades of Magenta #FE17E6

Tints of Magenta #FE17E6

Color information

#FE17E6 (or 0xFE17E6) is unknown color: approx Magenta. HEX triplet: FE, 17 and E6. RGB value is (254,23,230). Sum of RGB (Red+Green+Blue) = 254+23+230=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 23 (9.38% from 255 or 4.54% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE17E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE17E6 is #01E819. Grayscale: #737373. Windows color (decimal): -124954 or 15079422. OLE color: 15079422.

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

Color convert

RGB25423230-
CMYK00.910.090.00
HSL306.23º99.14%54.31%-
HSV(B)306.23º90.94%99.61%-
XYZ55.4627.477.23-
YUV115.67192.53226.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.10%
GREEN value IS 23 (9.38% from 255) = 4.54%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=50.10%
G=4.54%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542323000.910.090.00306.2399.1454.31
HexFE17E605B901326336
Octal37627346013311046214366
Binary11111110101111110011001011011100101001100101100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE17E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE17E6; }

 p { color: rgb(254,23,230); }

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

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

 a { background-color: rgb(254,23,230); }

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

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

 span { border-color: rgb(254,23,230); }

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