#F14EE3

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

Shades of Free Speech Magenta #F14EE3

Tints of Free Speech Magenta #F14EE3

Color information

#F14EE3 (or 0xF14EE3) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4E and E3. RGB value is (241,78,227). Sum of RGB (Red+Green+Blue) = 241+78+227=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 78 (30.86% from 255 or 14.29% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EE3 is #0EB11C. Grayscale: #8F8F8F. Windows color (decimal): -962845 or 14896881. OLE color: 14896881.

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

Color convert

RGB24178227-
CMYK00.680.060.05
HSL305.15º85.34%62.55%-
HSV(B)305.15º67.63%94.51%-
XYZ52.8729.775.62-
YUV143.72175197.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 78 (30.86% from 255) = 14.29%
BLUE value IS 227 (89.06% from 255) = 41.58%
R=44.14%
G=14.29%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417822700.680.060.05305.1585.3462.55
HexF14EE304465131553f
Octal36111634301046546112577
Binary11110001100111011100011010001001101011001100011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14EE3; }

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

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

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

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

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

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

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

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