#F14ED1

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

Shades of Free Speech Magenta #F14ED1

Tints of Free Speech Magenta #F14ED1

Color information

#F14ED1 (or 0xF14ED1) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4E and D1. RGB value is (241,78,209). Sum of RGB (Red+Green+Blue) = 241+78+209=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14ED1 is #0EB12E. Grayscale: #8D8D8D. Windows color (decimal): -962863 or 13717233. OLE color: 13717233.

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

Color convert

RGB24178209-
CMYK00.680.130.05
HSL311.78º85.34%62.55%-
HSV(B)311.78º67.63%94.51%-
XYZ50.5128.7563.21-
YUV141.67166198.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 78 (30.86% from 255) = 14.77%
BLUE value IS 209 (82.03% from 255) = 39.58%
R=45.64%
G=14.77%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417820900.680.130.05311.7885.3462.55
HexF14ED1044D5138553f
Octal361116321010415547012577
Binary111100011001110110100010100010011011011001110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14ED1; }

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

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

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

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

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

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

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

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