#F442ED

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

Shades of Free Speech Magenta #F442ED

Tints of Free Speech Magenta #F442ED

Color information

#F442ED (or 0xF442ED) is unknown color: approx Free Speech Magenta. HEX triplet: F4, 42 and ED. RGB value is (244,66,237). Sum of RGB (Red+Green+Blue) = 244+66+237=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 66 (26.17% from 255 or 12.07% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F442ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F442ED is #0BBD12. Grayscale: #8A8A8A. Windows color (decimal): -769299 or 15549172. OLE color: 15549172.

HSL color Cylindrical-coordinate representation of color #F442ED: hue angle of 302.36º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F442ED is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB24466237-
CMYK00.730.030.04
HSL302.36º89%60.78%-
HSV(B)302.36º72.95%95.69%-
XYZ54.5429.2482.89-
YUV138.72183.47203.1-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.61%
GREEN value IS 66 (26.17% from 255) = 12.07%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=44.61%
G=12.07%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2446623700.730.030.04302.368960.78
HexF442ED0493412e593d
Octal36410235501113445613175
Binary1111010010000101110110101001001111001001011101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F442ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F442ED; }

 p { color: rgb(244,66,237); }

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

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

 a { background-color: rgb(244,66,237); }

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

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

 span { border-color: rgb(244,66,237); }

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