Html Css Color HEX #F059D6 Free Speech Magenta

📋 copy color: '#F059D6'

red 240 ◦ green 89 ◦ blue 214

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

Shades of Free Speech Magenta #F059D6

Tints of Free Speech Magenta #F059D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.41%

R = 44.2%
G = 16.39%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#F059D6 (or 0xF059D6) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D6. RGB value is (240,89,214). Sum of RGB (Red+Green+Blue) = 240+89+214=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 89 (35.16% from 255 or 16.39% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D6 is #0FA629. Grayscale: #949494. Windows color (decimal): -1025578 or 14047728. OLE color: 14047728.

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

Color convert

RGB 240 89 214 -
CMYK 0 0.63 0.11 0.06
HSL 310.33º 0.83% 0.65% -
HSV(B) 310.33º 0.63% 0.94% -
XYZ 51.65 30.53 66.79 -
YUV 148.4 165.03 193.34 -
System Red Green Blue C M Y K H S L
Decimal 240 89 214 0 0.63 0.11 0.06 310.33 0.83 0.65
Hex F0 59 D6 0 3F B 6 136 53 41
Octal 360 131 326 0 77 13 6 466 123 101
Binary 11110000 1011001 11010110 0 111111 1011 110 100110110 1010011 1000001

Color Harmonies of #F059D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059D6

Black with #F059D6

Text Example


Text Example

White with #F059D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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