#F35EDC

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

Shades of Free Speech Magenta #F35EDC

Tints of Free Speech Magenta #F35EDC

Color information

#F35EDC (or 0xF35EDC) is unknown color: approx Free Speech Magenta. HEX triplet: F3, 5E and DC. RGB value is (243,94,220). Sum of RGB (Red+Green+Blue) = 243+94+220=557 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.63% from 557); Green value is 94 (37.11% from 255 or 16.88% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 243 - color contains mainly: red. Hex color #F35EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F35EDC is #0CA123. Grayscale: #989898. Windows color (decimal): -827684 or 14442227. OLE color: 14442227.

HSL color Cylindrical-coordinate representation of color #F35EDC: hue angle of 309.26º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F35EDC is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB24394220-
CMYK00.610.090.05
HSL309.26º86.13%66.08%-
HSV(B)309.26º61.32%95.29%-
XYZ53.8832.2371.09-
YUV152.92165.86192.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.63%
GREEN value IS 94 (37.11% from 255) = 16.88%
BLUE value IS 220 (86.33% from 255) = 39.50%
R=43.63%
G=16.88%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2439422000.610.090.05309.2686.1366.08
HexF35EDC03D951355642
Octal363136334075115465126102
Binary111100111011110110111000111101100110110011010110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F35EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F35EDC; }

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

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

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

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

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

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

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

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