#F14DEE

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

Shades of Free Speech Magenta #F14DEE

Tints of Free Speech Magenta #F14DEE

Color information

#F14DEE (or 0xF14DEE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4D and EE. RGB value is (241,77,238). Sum of RGB (Red+Green+Blue) = 241+77+238=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 77 (30.47% from 255 or 13.85% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F14DEE is #0EB211. Grayscale: #8F8F8F. Windows color (decimal): -963090 or 15617521. OLE color: 15617521.

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

Color convert

RGB24177238-
CMYK00.680.010.05
HSL301.1º85.42%62.35%-
HSV(B)301.1º68.05%94.51%-
XYZ54.3630.1883.85-
YUV144.39180.83196.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 77 (30.47% from 255) = 13.85%
BLUE value IS 238 (93.36% from 255) = 42.81%
R=43.35%
G=13.85%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417723800.680.010.05301.185.4262.35
HexF14DEE0441512d553e
Octal36111535601041545512576
Binary111100011001101111011100100010011011001011011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DEE; }

 p { color: rgb(241,77,238); }

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

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

 a { background-color: rgb(241,77,238); }

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

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

 span { border-color: rgb(241,77,238); }

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