Html Css Color HEX #F059E0 Free Speech Magenta

📋 copy color: '#F059E0'

red 240 ◦ green 89 ◦ blue 224

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

Shades of Free Speech Magenta #F059E0

Tints of Free Speech Magenta #F059E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 43.4%
G = 16.09%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#F059E0 (or 0xF059E0) is known color: Free Speech Magenta. HEX triplet: F0, 59 and E0. RGB value is (240,89,224). Sum of RGB (Red+Green+Blue) = 240+89+224=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 89 (35.16% from 255 or 16.09% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F059E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059E0 is #0FA61F. Grayscale: #959595. Windows color (decimal): -1025568 or 14703088. OLE color: 14703088.

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

Color convert

RGB 240 89 224 -
CMYK 0 0.63 0.07 0.06
HSL 306.36º 0.83% 0.65% -
HSV(B) 306.36º 0.63% 0.94% -
XYZ 52.96 31.05 73.72 -
YUV 149.54 170.03 192.52 -
System Red Green Blue C M Y K H S L
Decimal 240 89 224 0 0.63 0.07 0.06 306.36 0.83 0.65
Hex F0 59 E0 0 3F 7 6 132 53 41
Octal 360 131 340 0 77 7 6 462 123 101
Binary 11110000 1011001 11100000 0 111111 111 110 100110010 1010011 1000001

Color Harmonies of #F059E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059E0

Black with #F059E0

Text Example


Text Example

White with #F059E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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