Html Css Color HEX #F059D4 Free Speech Magenta

📋 copy color: '#F059D4'

red 240 ◦ green 89 ◦ blue 212

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

Shades of Free Speech Magenta #F059D4

Tints of Free Speech Magenta #F059D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.19%

R = 44.36%
G = 16.45%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#F059D4 (or 0xF059D4) is known color: Free Speech Magenta. HEX triplet: F0, 59 and D4. RGB value is (240,89,212). Sum of RGB (Red+Green+Blue) = 240+89+212=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 89 (35.16% from 255 or 16.45% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D4 is #0FA62B. Grayscale: #939393. Windows color (decimal): -1025580 or 13916656. OLE color: 13916656.

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

Color convert

RGB 240 89 212 -
CMYK 0 0.63 0.12 0.06
HSL 311.13º 0.83% 0.65% -
HSV(B) 311.13º 0.63% 0.94% -
XYZ 51.39 30.42 65.45 -
YUV 148.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 240 89 212 0 0.63 0.12 0.06 311.13 0.83 0.65
Hex F0 59 D4 0 3F C 6 137 53 41
Octal 360 131 324 0 77 14 6 467 123 101
Binary 11110000 1011001 11010100 0 111111 1100 110 100110111 1010011 1000001

Color Harmonies of #F059D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F059D4

Black with #F059D4

Text Example


Text Example

White with #F059D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F059D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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