#F05EE9

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

Shades of Free Speech Magenta #F05EE9

Tints of Free Speech Magenta #F05EE9

Color information

#F05EE9 (or 0xF05EE9) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5E and E9. RGB value is (240,94,233). Sum of RGB (Red+Green+Blue) = 240+94+233=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 94 (37.11% from 255 or 16.58% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EE9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EE9 is #0FA116. Grayscale: #999999. Windows color (decimal): -1024279 or 15294192. OLE color: 15294192.

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

Color convert

RGB24094233-
CMYK00.610.030.06
HSL302.88º82.95%65.49%-
HSV(B)302.88º60.83%94.12%-
XYZ54.6532.4180.47-
YUV153.5172.87189.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.33%
GREEN value IS 94 (37.11% from 255) = 16.58%
BLUE value IS 233 (91.41% from 255) = 41.09%
R=42.33%
G=16.58%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409423300.610.030.06302.8882.9565.49
HexF05EE903D3612f5341
Octal36013635107536457123101
Binary1111000010111101110100101111011111010010111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05EE9; }

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

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

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

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

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

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

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

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