#F059D8

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

Shades of Free Speech Magenta #F059D8

Tints of Free Speech Magenta #F059D8

Color information

#F059D8 (or 0xF059D8) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 59 and D8. RGB value is (240,89,216). Sum of RGB (Red+Green+Blue) = 240+89+216=545 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.04% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D8 is #0FA627. Grayscale: #949494. Windows color (decimal): -1025576 or 14178800. OLE color: 14178800.

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

Color convert

RGB24089216-
CMYK00.630.10.06
HSL309.54º83.43%64.51%-
HSV(B)309.54º62.92%94.12%-
XYZ51.930.6368.14-
YUV148.63166.03193.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.04%
GREEN value IS 89 (35.16% from 255) = 16.33%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=44.04%
G=16.33%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.1
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408921600.630.10.06309.5483.4364.51
HexF059D803FA61365341
Octal360131330077126466123101
Binary111100001011001110110000111111101011010011011010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059D8; }

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

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

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

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

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

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

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

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