#F14EDE

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

Shades of Free Speech Magenta #F14EDE

Tints of Free Speech Magenta #F14EDE

Color information

#F14EDE (or 0xF14EDE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4E and DE. RGB value is (241,78,222). Sum of RGB (Red+Green+Blue) = 241+78+222=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 78 (30.86% from 255 or 14.42% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EDE is #0EB121. Grayscale: #8E8E8E. Windows color (decimal): -962850 or 14569201. OLE color: 14569201.

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

Color convert

RGB24178222-
CMYK00.680.080.05
HSL306.99º85.34%62.55%-
HSV(B)306.99º67.63%94.51%-
XYZ52.1829.4272.04-
YUV143.15172.5197.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 78 (30.86% from 255) = 14.42%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=44.55%
G=14.42%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417822200.680.080.05306.9985.3462.55
HexF14EDE04485133553f
Octal361116336010410546312577
Binary111100011001110110111100100010010001011001100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EDE; }

 p { color: rgb(241,78,222); }

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

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

 a { background-color: rgb(241,78,222); }

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

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

 span { border-color: rgb(241,78,222); }

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