#F14DE5

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

Shades of Free Speech Magenta #F14DE5

Tints of Free Speech Magenta #F14DE5

Color information

#F14DE5 (or 0xF14DE5) is unknown color: approx Free Speech Magenta. HEX triplet: F1, 4D and E5. RGB value is (241,77,229). Sum of RGB (Red+Green+Blue) = 241+77+229=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 77 (30.47% from 255 or 14.08% from 547); Blue value is 229 (89.84% from 255 or 41.86% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DE5 is #0EB21A. Grayscale: #8E8E8E. Windows color (decimal): -963099 or 15027697. OLE color: 15027697.

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

Color convert

RGB24177229-
CMYK00.680.050.05
HSL304.39º85.42%62.35%-
HSV(B)304.39º68.05%94.51%-
XYZ53.0729.6777.06-
YUV143.36176.33197.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 77 (30.47% from 255) = 14.08%
BLUE value IS 229 (89.84% from 255) = 41.86%
R=44.06%
G=14.08%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2417722900.680.050.05304.3985.4262.35
HexF14DE504455130553e
Octal36111534501045546012576
Binary11110001100110111100101010001001011011001100001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F14DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F14DE5; }

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

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

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

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

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

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

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

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