#F054EB

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

Shades of Free Speech Magenta #F054EB

Tints of Free Speech Magenta #F054EB

Color information

#F054EB (or 0xF054EB) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 54 and EB. RGB value is (240,84,235). Sum of RGB (Red+Green+Blue) = 240+84+235=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 84 (33.20% from 255 or 15.03% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F054EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054EB is #0FAB14. Grayscale: #939393. Windows color (decimal): -1026837 or 15422704. OLE color: 15422704.

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

Color convert

RGB24084235-
CMYK00.650.020.06
HSL301.92º83.87%63.53%-
HSV(B)301.92º65%94.12%-
XYZ54.130.8681.7-
YUV147.86177.18193.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 84 (33.20% from 255) = 15.03%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=42.93%
G=15.03%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408423500.650.020.06301.9283.8763.53
HexF054EB0412612e5440
Octal360124353010126456124100
Binary11110000101010011101011010000011011010010111010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F054EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F054EB; }

 p { color: rgb(240,84,235); }

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

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

 a { background-color: rgb(240,84,235); }

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

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

 span { border-color: rgb(240,84,235); }

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