#FE56E4

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

Shades of Free Speech Magenta #FE56E4

Tints of Free Speech Magenta #FE56E4

Color information

#FE56E4 (or 0xFE56E4) is unknown color: approx Free Speech Magenta. HEX triplet: FE, 56 and E4. RGB value is (254,86,228). Sum of RGB (Red+Green+Blue) = 254+86+228=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 86 (33.98% from 255 or 15.14% from 568); Blue value is 228 (89.45% from 255 or 40.14% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE56E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE56E4 is #01A91B. Grayscale: #989898. Windows color (decimal): -108828 or 14964478. OLE color: 14964478.

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

Color convert

RGB25486228-
CMYK00.660.100.00
HSL309.29º98.82%66.67%-
HSV(B)309.29º66.14%99.61%-
XYZ58.233.3376.76-
YUV152.42170.66200.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.72%
GREEN value IS 86 (33.98% from 255) = 15.14%
BLUE value IS 228 (89.45% from 255) = 40.14%
R=44.72%
G=15.14%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548622800.660.100.00309.2998.8266.67
HexFE56E4042A01356343
Octal3761263440102120465143103
Binary11111110101011011100100010000101010010011010111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE56E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE56E4; }

 p { color: rgb(254,86,228); }

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

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

 a { background-color: rgb(254,86,228); }

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

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

 span { border-color: rgb(254,86,228); }

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