Html Css Color HEX #F059E7 Free Speech Magenta

📋 copy color: '#F059E7'

red 240 ◦ green 89 ◦ blue 231

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

Shades of Free Speech Magenta #F059E7

Tints of Free Speech Magenta #F059E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.25%

R = 42.86%
G = 15.89%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#F059E7 (or 0xF059E7) is known color: Free Speech Magenta. HEX triplet: F0, 59 and E7. RGB value is (240,89,231). Sum of RGB (Red+Green+Blue) = 240+89+231=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 89 (35.16% from 255 or 15.89% from 560); Blue value is 231 (90.62% from 255 or 41.25% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F059E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F059E7 is #0FA618. Grayscale: #959595. Windows color (decimal): -1025561 or 15161840. OLE color: 15161840.

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

Color convert

RGB 240 89 231 -
CMYK 0 0.63 0.04 0.06
HSL 303.58º 0.83% 0.65% -
HSV(B) 303.58º 0.63% 0.94% -
XYZ 53.93 31.44 78.83 -
YUV 150.34 173.53 191.95 -
System Red Green Blue C M Y K H S L
Decimal 240 89 231 0 0.63 0.04 0.06 303.58 0.83 0.65
Hex F0 59 E7 0 3F 4 6 130 53 41
Octal 360 131 347 0 77 4 6 460 123 101
Binary 11110000 1011001 11100111 0 111111 100 110 100110000 1010011 1000001

Color Harmonies of #F059E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059E7

Black with #F059E7

Text Example


Text Example

White with #F059E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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