#F059D3

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

Shades of Free Speech Magenta #F059D3

Tints of Free Speech Magenta #F059D3

Color information

#F059D3 (or 0xF059D3) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 59 and D3. RGB value is (240,89,211). Sum of RGB (Red+Green+Blue) = 240+89+211=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F059D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F059D3 is #0FA62C. Grayscale: #939393. Windows color (decimal): -1025581 or 13851120. OLE color: 13851120.

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

Color convert

RGB24089211-
CMYK00.630.120.06
HSL311.52º83.43%64.51%-
HSV(B)311.52º62.92%94.12%-
XYZ51.2730.3764.79-
YUV148.06163.53193.58-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.44%
GREEN value IS 89 (35.16% from 255) = 16.48%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=44.44%
G=16.48%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2408921100.630.120.06311.5283.4364.51
HexF059D303FC61385341
Octal360131323077146470123101
Binary111100001011001110100110111111110011010011100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F059D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F059D3; }

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

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

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

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

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

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

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

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