#F44DE7

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

Shades of Free Speech Magenta #F44DE7

Tints of Free Speech Magenta #F44DE7

Color information

#F44DE7 (or 0xF44DE7) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 4D and E7. RGB value is (244,77,231). Sum of RGB (Red+Green+Blue) = 244+77+231=552 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.20% from 552); Green value is 77 (30.47% from 255 or 13.95% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 244 - color contains mainly: red. Hex color #F44DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F44DE7 is #0BB218. Grayscale: #909090. Windows color (decimal): -766489 or 15158772. OLE color: 15158772.

HSL color Cylindrical-coordinate representation of color #F44DE7: hue angle of 304.67º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F44DE7 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB24477231-
CMYK00.680.050.04
HSL304.67º88.36%62.94%-
HSV(B)304.67º68.44%95.69%-
XYZ54.3930.3178.59-
YUV144.49176.83198.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.20%
GREEN value IS 77 (30.47% from 255) = 13.95%
BLUE value IS 231 (90.62% from 255) = 41.85%
R=44.20%
G=13.95%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2447723100.680.050.04304.6788.3662.94
HexF44DE704454131583f
Octal36411534701045446113077
Binary11110100100110111100111010001001011001001100011011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44DE7; }

 p { color: rgb(244,77,231); }

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

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

 a { background-color: rgb(244,77,231); }

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

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

 span { border-color: rgb(244,77,231); }

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