#FE32FF

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

Shades of Magenta #FE32FF

Tints of Magenta #FE32FF

Color information

#FE32FF (or 0xFE32FF) is unknown color: approx Magenta. HEX triplet: FE, 32 and FF. RGB value is (254,50,255). Sum of RGB (Red+Green+Blue) = 254+50+255=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 50 (19.92% from 255 or 8.94% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE32FF is #01CD00. Grayscale: #858585. Windows color (decimal): -118017 or 16724734. OLE color: 16724734.

HSL color Cylindrical-coordinate representation of color #FE32FF: hue angle of 299.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE32FF is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25450255-
CMYK0.000.8000
HSL299.71º100%59.8%-
HSV(B)299.71º80.39%100%-
XYZ60.0630.5797.34-
YUV134.37196.09213.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.44%
GREEN value IS 50 (19.92% from 255) = 8.94%
BLUE value IS 255 (100% from 255) = 45.62%
R=45.44%
G=8.94%
B=45.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254502550.000.8000299.7110059.8
HexFE32FF0500012c643c
Octal3766237701200045414474
Binary111111101100101111111101010000001001011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE32FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE32FF; }

 p { color: rgb(254,50,255); }

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

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

 a { background-color: rgb(254,50,255); }

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

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

 span { border-color: rgb(254,50,255); }

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