#F044E6

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

Shades of Free Speech Magenta #F044E6

Tints of Free Speech Magenta #F044E6

Color information

#F044E6 (or 0xF044E6) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 44 and E6. RGB value is (240,68,230). Sum of RGB (Red+Green+Blue) = 240+68+230=538 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.61% from 538); Green value is 68 (26.95% from 255 or 12.64% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 240 - color contains mainly: red. Hex color #F044E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044E6 is #0FBB19. Grayscale: #898989. Windows color (decimal): -1030938 or 15090928. OLE color: 15090928.

HSL color Cylindrical-coordinate representation of color #F044E6: hue angle of 303.49º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F044E6 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB24068230-
CMYK00.720.040.06
HSL303.49º85.15%60.39%-
HSV(B)303.49º71.67%94.12%-
XYZ52.2928.3777.58-
YUV137.9179.98200.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.61%
GREEN value IS 68 (26.95% from 255) = 12.64%
BLUE value IS 230 (90.23% from 255) = 42.75%
R=44.61%
G=12.64%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406823000.720.040.06303.4985.1560.39
HexF044E60484612f553c
Octal36010434601104645712574
Binary11110000100010011100110010010001001101001011111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F044E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F044E6; }

 p { color: rgb(240,68,230); }

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

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

 a { background-color: rgb(240,68,230); }

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

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

 span { border-color: rgb(240,68,230); }

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