#FE60E2

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

Shades of Free Speech Magenta #FE60E2

Tints of Free Speech Magenta #FE60E2

Color information

#FE60E2 (or 0xFE60E2) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 60 and E2. RGB value is (254,96,226). Sum of RGB (Red+Green+Blue) = 254+96+226=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 96 (37.89% from 255 or 16.67% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60E2 is #019F1D. Grayscale: #9D9D9D. Windows color (decimal): -106270 or 14835966. OLE color: 14835966.

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

Color convert

RGB25496226-
CMYK00.620.110.00
HSL310.63º98.75%68.63%-
HSV(B)310.63º62.2%99.61%-
XYZ58.7834.9375.59-
YUV158.06166.35196.43-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.10%
GREEN value IS 96 (37.89% from 255) = 16.67%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=44.10%
G=16.67%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549622600.620.110.00310.6398.7568.63
HexFE60E203EB01376345
Octal376140342076130467143105
Binary1111111011000001110001001111101011010011011111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60E2; }

 p { color: rgb(254,96,226); }

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

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

 a { background-color: rgb(254,96,226); }

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

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

 span { border-color: rgb(254,96,226); }

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