#F14DCA

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

Shades of Free Speech Magenta #F14DCA

Tints of Free Speech Magenta #F14DCA

Color information

#F14DCA (or 0xF14DCA) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4D and CA. RGB value is (241,77,202). Sum of RGB (Red+Green+Blue) = 241+77+202=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DCA is #0EB235. Grayscale: #8B8B8B. Windows color (decimal): -963126 or 13258225. OLE color: 13258225.

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

Color convert

RGB24177202-
CMYK00.680.160.05
HSL314.27º85.42%62.35%-
HSV(B)314.27º68.05%94.51%-
XYZ49.5928.2758.72-
YUV140.29162.83199.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 77 (30.47% from 255) = 14.81%
BLUE value IS 202 (79.30% from 255) = 38.85%
R=46.35%
G=14.81%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417720200.680.160.05314.2785.4262.35
HexF14DCA04410513a553e
Octal361115312010420547212576
Binary1111000110011011100101001000100100001011001110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DCA; }

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

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

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

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

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

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

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

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