#F14AD6

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

Shades of Free Speech Magenta #F14AD6

Tints of Free Speech Magenta #F14AD6

Color information

#F14AD6 (or 0xF14AD6) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4A and D6. RGB value is (241,74,214). Sum of RGB (Red+Green+Blue) = 241+74+214=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AD6 is #0EB529. Grayscale: #8B8B8B. Windows color (decimal): -963882 or 14043889. OLE color: 14043889.

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

Color convert

RGB24174214-
CMYK00.690.110.05
HSL309.7º85.64%61.76%-
HSV(B)309.7º69.29%94.51%-
XYZ50.8628.4566.43-
YUV139.89169.83200.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 74 (29.30% from 255) = 13.99%
BLUE value IS 214 (83.98% from 255) = 40.45%
R=45.56%
G=13.99%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417421400.690.110.05309.785.6461.76
HexF14AD6045B5136563e
Octal361112326010513546612676
Binary111100011001010110101100100010110111011001101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AD6; }

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

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

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

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

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

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

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

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