#F944ED

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

Shades of Free Speech Magenta #F944ED

Tints of Free Speech Magenta #F944ED

Color information

#F944ED (or 0xF944ED) is unknown color: approx Free Speech Magenta. HEX triplet: F9, 44 and ED. RGB value is (249,68,237). Sum of RGB (Red+Green+Blue) = 249+68+237=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 68 (26.95% from 255 or 12.27% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F944ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F944ED is #06BB12. Grayscale: #8C8C8C. Windows color (decimal): -441107 or 15549689. OLE color: 15549689.

HSL color Cylindrical-coordinate representation of color #F944ED: hue angle of 303.98º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F944ED is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB24968237-
CMYK00.730.050.02
HSL303.98º93.78%62.16%-
HSV(B)303.98º72.69%97.65%-
XYZ56.4230.3983.01-
YUV141.38181.97204.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 68 (26.95% from 255) = 12.27%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=44.95%
G=12.27%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2496823700.730.050.02303.9893.7862.16
HexF944ED049521305e3e
Octal37110435501115246013676
Binary1111100110001001110110101001001101101001100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F944ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F944ED; }

 p { color: rgb(249,68,237); }

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

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

 a { background-color: rgb(249,68,237); }

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

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

 span { border-color: rgb(249,68,237); }

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