#F65EDC

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

Shades of Free Speech Magenta #F65EDC

Tints of Free Speech Magenta #F65EDC

Color information

#F65EDC (or 0xF65EDC) is unknown color: approx Free Speech Magenta. HEX triplet: F6, 5E and DC. RGB value is (246,94,220). Sum of RGB (Red+Green+Blue) = 246+94+220=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 94 (37.11% from 255 or 16.79% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F65EDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F65EDC is #09A123. Grayscale: #999999. Windows color (decimal): -631076 or 14442230. OLE color: 14442230.

HSL color Cylindrical-coordinate representation of color #F65EDC: hue angle of 310.26º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65EDC is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB24694220-
CMYK00.620.110.04
HSL310.26º89.41%66.67%-
HSV(B)310.26º61.79%96.47%-
XYZ54.9332.7771.14-
YUV153.81165.36193.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.93%
GREEN value IS 94 (37.11% from 255) = 16.79%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=43.93%
G=16.79%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469422000.620.110.04310.2689.4166.67
HexF65EDC03EB41365943
Octal366136334076134466131103
Binary111101101011110110111000111110101110010011011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65EDC; }

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

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

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

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

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

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

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

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