#F14AD5

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

Shades of Free Speech Magenta #F14AD5

Tints of Free Speech Magenta #F14AD5

Color information

#F14AD5 (or 0xF14AD5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4A and D5. RGB value is (241,74,213). Sum of RGB (Red+Green+Blue) = 241+74+213=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 74 (29.30% from 255 or 14.02% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F14AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F14AD5 is #0EB52A. Grayscale: #8B8B8B. Windows color (decimal): -963883 or 13978353. OLE color: 13978353.

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

Color convert

RGB24174213-
CMYK00.690.120.05
HSL310.06º85.64%61.76%-
HSV(B)310.06º69.29%94.51%-
XYZ50.7328.465.76-
YUV139.78169.33200.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.64%
GREEN value IS 74 (29.30% from 255) = 14.02%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=45.64%
G=14.02%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417421300.690.120.05310.0685.6461.76
HexF14AD5045C5136563e
Octal361112325010514546612676
Binary111100011001010110101010100010111001011001101101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14AD5; }

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

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

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

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

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

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

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

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