#F14EE0

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

Shades of Free Speech Magenta #F14EE0

Tints of Free Speech Magenta #F14EE0

Color information

#F14EE0 (or 0xF14EE0) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4E and E0. RGB value is (241,78,224). Sum of RGB (Red+Green+Blue) = 241+78+224=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 78 (30.86% from 255 or 14.36% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EE0 is #0EB11F. Grayscale: #8E8E8E. Windows color (decimal): -962848 or 14700273. OLE color: 14700273.

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

Color convert

RGB24178224-
CMYK00.680.070.05
HSL306.26º85.34%62.55%-
HSV(B)306.26º67.63%94.51%-
XYZ52.4529.5373.46-
YUV143.38173.5197.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 78 (30.86% from 255) = 14.36%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=44.38%
G=14.36%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417822400.680.070.05306.2685.3462.55
HexF14EE004475132553f
Octal36111634001047546212577
Binary11110001100111011100000010001001111011001100101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EE0; }

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

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

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

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

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

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

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

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