#F359DC

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

Shades of Free Speech Magenta #F359DC

Tints of Free Speech Magenta #F359DC

Color information

#F359DC (or 0xF359DC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 59 and DC. RGB value is (243,89,220). Sum of RGB (Red+Green+Blue) = 243+89+220=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F359DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F359DC is #0CA623. Grayscale: #959595. Windows color (decimal): -828964 or 14440947. OLE color: 14440947.

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

Color convert

RGB24389220-
CMYK00.630.090.05
HSL308.96º86.52%65.1%-
HSV(B)308.96º63.37%95.29%-
XYZ53.4531.3770.95-
YUV149.98167.52194.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.02%
GREEN value IS 89 (35.16% from 255) = 16.12%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=44.02%
G=16.12%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438922000.630.090.05308.9686.5265.1
HexF359DC03F951355741
Octal363131334077115465127101
Binary111100111011001110111000111111100110110011010110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F359DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F359DC; }

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

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

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

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

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

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

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

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