#F06EDE

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

Shades of Free Speech Magenta #F06EDE

Tints of Free Speech Magenta #F06EDE

Color information

#F06EDE (or 0xF06EDE) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 6E and DE. RGB value is (240,110,222). Sum of RGB (Red+Green+Blue) = 240+110+222=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F06EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06EDE is #0F9121. Grayscale: #A1A1A1. Windows color (decimal): -1020194 or 14577392. OLE color: 14577392.

HSL color Cylindrical-coordinate representation of color #F06EDE: hue angle of 308.31º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06EDE is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240110222-
CMYK00.540.080.06
HSL308.31º81.25%68.63%-
HSV(B)308.31º54.17%94.12%-
XYZ54.734.9572.97-
YUV161.64162.07183.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.96%
GREEN value IS 110 (43.36% from 255) = 19.23%
BLUE value IS 222 (87.11% from 255) = 38.81%
R=41.96%
G=19.23%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011022200.540.080.06308.3181.2568.63
HexF06EDE036861345145
Octal360156336066106464121105
Binary111100001101110110111100110110100011010011010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06EDE; }

 p { color: rgb(240,110,222); }

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

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

 a { background-color: rgb(240,110,222); }

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

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

 span { border-color: rgb(240,110,222); }

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