Html Css Color HEX #F059E4 Free Speech Magenta

📋 copy color: '#F059E4'

red 240 ◦ green 89 ◦ blue 228

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

Shades of Free Speech Magenta #F059E4

Tints of Free Speech Magenta #F059E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 43.09%
G = 15.98%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#F059E4 (or 0xF059E4) is known color: Free Speech Magenta. HEX triplet: F0, 59 and E4. RGB value is (240,89,228). Sum of RGB (Red+Green+Blue) = 240+89+228=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 89 (35.16% from 255 or 15.98% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F059E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059E4 is #0FA61B. Grayscale: #959595. Windows color (decimal): -1025564 or 14965232. OLE color: 14965232.

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

Color convert

RGB 240 89 228 -
CMYK 0 0.63 0.05 0.06
HSL 304.77º 0.83% 0.65% -
HSV(B) 304.77º 0.63% 0.94% -
XYZ 53.51 31.27 76.61 -
YUV 150 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 240 89 228 0 0.63 0.05 0.06 304.77 0.83 0.65
Hex F0 59 E4 0 3F 5 6 131 53 41
Octal 360 131 344 0 77 5 6 461 123 101
Binary 11110000 1011001 11100100 0 111111 101 110 100110001 1010011 1000001

Color Harmonies of #F059E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059E4

Black with #F059E4

Text Example


Text Example

White with #F059E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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