#F359DF

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

Shades of Free Speech Magenta #F359DF

Tints of Free Speech Magenta #F359DF

Color information

#F359DF (or 0xF359DF) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 59 and DF. RGB value is (243,89,223). Sum of RGB (Red+Green+Blue) = 243+89+223=555 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.78% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 243 - color contains mainly: red. Hex color #F359DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359DF is #0CA620. Grayscale: #959595. Windows color (decimal): -828961 or 14637555. OLE color: 14637555.

HSL color Cylindrical-coordinate representation of color #F359DF: hue angle of 307.79º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F359DF is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB24389223-
CMYK00.630.080.05
HSL307.79º86.52%65.1%-
HSV(B)307.79º63.37%95.29%-
XYZ53.8531.5373.06-
YUV150.32169.02194.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.78%
GREEN value IS 89 (35.16% from 255) = 16.04%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=43.78%
G=16.04%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438922300.630.080.05307.7986.5265.1
HexF359DF03F851345741
Octal363131337077105464127101
Binary111100111011001110111110111111100010110011010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F359DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F359DF; }

 p { color: rgb(243,89,223); }

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

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

 a { background-color: rgb(243,89,223); }

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

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

 span { border-color: rgb(243,89,223); }

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