#F14ADE

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

Shades of Free Speech Magenta #F14ADE

Tints of Free Speech Magenta #F14ADE

Color information

#F14ADE (or 0xF14ADE) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4A and DE. RGB value is (241,74,222). Sum of RGB (Red+Green+Blue) = 241+74+222=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F14ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14ADE is #0EB521. Grayscale: #8C8C8C. Windows color (decimal): -963874 or 14568177. OLE color: 14568177.

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

Color convert

RGB24174222-
CMYK00.690.080.05
HSL306.83º85.64%61.76%-
HSV(B)306.83º69.29%94.51%-
XYZ51.9128.8771.94-
YUV140.8173.83199.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 74 (29.30% from 255) = 13.78%
BLUE value IS 222 (87.11% from 255) = 41.34%
R=44.88%
G=13.78%
B=41.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417422200.690.080.05306.8385.6461.76
HexF14ADE04585133563e
Octal361112336010510546312676
Binary111100011001010110111100100010110001011001100111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14ADE; }

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

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

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

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

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

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

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

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