#F059EA

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

Shades of Free Speech Magenta #F059EA

Tints of Free Speech Magenta #F059EA

Color information

#F059EA (or 0xF059EA) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 59 and EA. RGB value is (240,89,234). Sum of RGB (Red+Green+Blue) = 240+89+234=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F059EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059EA is #0FA615. Grayscale: #969696. Windows color (decimal): -1025558 or 15358448. OLE color: 15358448.

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

Color convert

RGB24089234-
CMYK00.630.020.06
HSL302.38º83.43%64.51%-
HSV(B)302.38º62.92%94.12%-
XYZ54.3631.6181.08-
YUV150.68175.03191.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.63%
GREEN value IS 89 (35.16% from 255) = 15.81%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=42.63%
G=15.81%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408923400.630.020.06302.3883.4364.51
HexF059EA03F2612e5341
Octal36013135207726456123101
Binary1111000010110011110101001111111011010010111010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059EA; }

 p { color: rgb(240,89,234); }

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

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

 a { background-color: rgb(240,89,234); }

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

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

 span { border-color: rgb(240,89,234); }

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