Html Css Color HEX #F059ED Free Speech Magenta

📋 copy color: '#F059ED'

red 240 ◦ green 89 ◦ blue 237

#F059ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F059ED

Tints of Free Speech Magenta #F059ED

RGB

 RED value IS 240 (94.14% from 255) = 42.4%

 GREEN value IS 89 (35.16% from 255) = 15.72%

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 42.4%
G = 15.72%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F059ED (or 0xF059ED) is known color: Free Speech Magenta. HEX triplet: F0, 59 and ED. RGB value is (240,89,237). Sum of RGB (Red+Green+Blue) = 240+89+237=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 89 (35.16% from 255 or 15.72% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F059ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059ED is #0FA612. Grayscale: #969696. Windows color (decimal): -1025555 or 15555056. OLE color: 15555056.

HSL color Cylindrical-coordinate representation of color #F059ED: hue angle of 301.19º 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 #F059ED is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 89 237 -
CMYK 0 0.63 0.01 0.06
HSL 301.19º 0.83% 0.65% -
HSV(B) 301.19º 0.63% 0.94% -
XYZ 54.79 31.78 83.37 -
YUV 151.02 176.53 191.47 -
System Red Green Blue C M Y K H S L
Decimal 240 89 237 0 0.63 0.01 0.06 301.19 0.83 0.65
Hex F0 59 ED 0 3F 1 6 12D 53 41
Octal 360 131 355 0 77 1 6 455 123 101
Binary 11110000 1011001 11101101 0 111111 1 110 100101101 1010011 1000001

Color Harmonies of #F059ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059ED

Black with #F059ED

Text Example


Text Example

White with #F059ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059ED; }

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

 H1.HeaderClassName
 {
   color: #F059ED;
 }
 .AnyTagClassName
 {
   color: #F059ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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