Html Css Color HEX #F059EA Free Speech Magenta

📋 copy color: '#F059EA'

red 240 ◦ green 89 ◦ blue 234

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

Shades of Free Speech Magenta #F059EA

Tints of Free Speech Magenta #F059EA

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.8% from 255) = 41.56%

R = 42.63%
G = 15.81%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F059EA (or 0xF059EA) is known color: 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

RGB 240 89 234 -
CMYK 0 0.63 0.02 0.06
HSL 302.38º 0.83% 0.65% -
HSV(B) 302.38º 0.63% 0.94% -
XYZ 54.36 31.61 81.08 -
YUV 150.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 240 89 234 0 0.63 0.02 0.06 302.38 0.83 0.65
Hex F0 59 EA 0 3F 2 6 12E 53 41
Octal 360 131 352 0 77 2 6 456 123 101
Binary 11110000 1011001 11101010 0 111111 10 110 100101110 1010011 1000001

Color Harmonies of #F059EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059EA

Black with #F059EA

Text Example


Text Example

White with #F059EA

Text Example


Text Example

HTML Codes & Css Web 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>