Html Css Color HEX #F059D5 Free Speech Magenta

📋 copy color: '#F059D5'

red 240 ◦ green 89 ◦ blue 213

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

Shades of Free Speech Magenta #F059D5

Tints of Free Speech Magenta #F059D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 44.28%
G = 16.42%
B = 39.3%

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

#F059D5 (or 0xF059D5) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D5. RGB value is (240,89,213). Sum of RGB (Red+Green+Blue) = 240+89+213=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 89 (35.16% from 255 or 16.42% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D5 is #0FA62A. Grayscale: #939393. Windows color (decimal): -1025579 or 13982192. OLE color: 13982192.

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

Color convert

RGB 240 89 213 -
CMYK 0 0.63 0.11 0.06
HSL 310.73º 0.83% 0.65% -
HSV(B) 310.73º 0.63% 0.94% -
XYZ 51.52 30.47 66.12 -
YUV 148.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 240 89 213 0 0.63 0.11 0.06 310.73 0.83 0.65
Hex F0 59 D5 0 3F B 6 137 53 41
Octal 360 131 325 0 77 13 6 467 123 101
Binary 11110000 1011001 11010101 0 111111 1011 110 100110111 1010011 1000001

Color Harmonies of #F059D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059D5

Black with #F059D5

Text Example


Text Example

White with #F059D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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