#F057EE

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

Shades of Free Speech Magenta #F057EE

Tints of Free Speech Magenta #F057EE

Color information

#F057EE (or 0xF057EE) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 57 and EE. RGB value is (240,87,238). Sum of RGB (Red+Green+Blue) = 240+87+238=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F057EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057EE is #0FA811. Grayscale: #959595. Windows color (decimal): -1026066 or 15620080. OLE color: 15620080.

HSL color Cylindrical-coordinate representation of color #F057EE: hue angle of 300.78º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F057EE is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB24087238-
CMYK00.640.010.06
HSL300.78º83.61%64.12%-
HSV(B)300.78º63.75%94.12%-
XYZ54.7831.5184.08-
YUV149.96177.69192.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.48%
GREEN value IS 87 (34.38% from 255) = 15.40%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=42.48%
G=15.40%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408723800.640.010.06300.7883.6164.12
HexF057EE0401612d5440
Octal360127356010016455124100
Binary1111000010101111110111001000000111010010110110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F057EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F057EE; }

 p { color: rgb(240,87,238); }

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

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

 a { background-color: rgb(240,87,238); }

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

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

 span { border-color: rgb(240,87,238); }

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