#F059D9

Color #F059D9 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #F059D9

Tints of Free Speech Magenta #F059D9

Color information

#F059D9 (or 0xF059D9) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 59 and D9. RGB value is (240,89,217). Sum of RGB (Red+Green+Blue) = 240+89+217=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D9 is #0FA626. Grayscale: #949494. Windows color (decimal): -1025575 or 14244336. OLE color: 14244336.

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

Color convert

RGB24089217-
CMYK00.630.100.06
HSL309.14º83.43%64.51%-
HSV(B)309.14º62.92%94.12%-
XYZ52.0330.6868.83-
YUV148.74166.53193.09-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 89 (35.16% from 255) = 16.30%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=43.96%
G=16.30%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408921700.630.100.06309.1483.4364.51
HexF059D903FA61355341
Octal360131331077126465123101
Binary111100001011001110110010111111101011010011010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059D9; }

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

 H1.HeaderClassName
 {
   color: #F059D9;
 }
 .AnyTagClassName
 {
   color: #F059D9;
 }
</style>
background-color css

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

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

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

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

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

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