#FF64E1

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

Shades of Free Speech Magenta #FF64E1

Tints of Free Speech Magenta #FF64E1

Color information

#FF64E1 (or 0xFF64E1) is unknown color: approx Free Speech Magenta. HEX triplet: FF, 64 and E1. RGB value is (255,100,225). Sum of RGB (Red+Green+Blue) = 255+100+225=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 100 (39.45% from 255 or 17.24% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64E1 is #009B1E. Grayscale: #A0A0A0. Windows color (decimal): -39711 or 14771455. OLE color: 14771455.

HSL color Cylindrical-coordinate representation of color #FF64E1: hue angle of 311.61º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64E1 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB255100225-
CMYK00.610.120
HSL311.61º100%69.61%-
HSV(B)311.61º60.78%100%-
XYZ59.3935.8175.02-
YUV160.6164.35195.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.97%
GREEN value IS 100 (39.45% from 255) = 17.24%
BLUE value IS 225 (88.28% from 255) = 38.79%
R=43.97%
G=17.24%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510022500.610.120311.6110069.61
HexFF64E103DC01386446
Octal377144341075140470144106
Binary1111111111001001110000101111011100010011100011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF64E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF64E1; }

 p { color: rgb(255,100,225); }

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

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

 a { background-color: rgb(255,100,225); }

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

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

 span { border-color: rgb(255,100,225); }

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