#F040E9

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

Shades of Free Speech Magenta #F040E9

Tints of Free Speech Magenta #F040E9

Color information

#F040E9 (or 0xF040E9) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 40 and E9. RGB value is (240,64,233). Sum of RGB (Red+Green+Blue) = 240+64+233=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F040E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F040E9 is #0FBF16. Grayscale: #878787. Windows color (decimal): -1031959 or 15286512. OLE color: 15286512.

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

Color convert

RGB24064233-
CMYK00.730.030.06
HSL302.39º85.44%59.61%-
HSV(B)302.39º73.33%94.12%-
XYZ52.4828.0879.74-
YUV135.89182.81202.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 64 (25.39% from 255) = 11.92%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=44.69%
G=11.92%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406423300.730.030.06302.3985.4459.61
HexF040E90493612e553c
Octal36010035101113645612574
Binary1111000010000001110100101001001111101001011101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F040E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F040E9; }

 p { color: rgb(240,64,233); }

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

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

 a { background-color: rgb(240,64,233); }

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

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

 span { border-color: rgb(240,64,233); }

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