#FE60E3

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

Shades of Free Speech Magenta #FE60E3

Tints of Free Speech Magenta #FE60E3

Color information

#FE60E3 (or 0xFE60E3) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 60 and E3. RGB value is (254,96,227). Sum of RGB (Red+Green+Blue) = 254+96+227=577 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.02% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60E3 is #019F1C. Grayscale: #9D9D9D. Windows color (decimal): -106269 or 14901502. OLE color: 14901502.

HSL color Cylindrical-coordinate representation of color #FE60E3: hue angle of 310.25º 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 #FE60E3 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB25496227-
CMYK00.620.110.00
HSL310.25º98.75%68.63%-
HSV(B)310.25º62.2%99.61%-
XYZ58.9234.9876.32-
YUV158.18166.85196.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.02%
GREEN value IS 96 (37.89% from 255) = 16.64%
BLUE value IS 227 (89.06% from 255) = 39.34%
R=44.02%
G=16.64%
B=39.34%

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
Decimal2549622700.620.110.00310.2598.7568.63
HexFE60E303EB01366345
Octal376140343076130466143105
Binary1111111011000001110001101111101011010011011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE60E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE60E3; }

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

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

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

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

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

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

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

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