#F044EE

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

Shades of Free Speech Magenta #F044EE

Tints of Free Speech Magenta #F044EE

Color information

#F044EE (or 0xF044EE) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 44 and EE. RGB value is (240,68,238). Sum of RGB (Red+Green+Blue) = 240+68+238=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 68 (26.95% from 255 or 12.45% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F044EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F044EE is #0FBB11. Grayscale: #8A8A8A. Windows color (decimal): -1030930 or 15615216. OLE color: 15615216.

HSL color Cylindrical-coordinate representation of color #F044EE: hue angle of 300.7º 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 #F044EE is Cyan = 0, Magento = 0.72, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB24068238-
CMYK00.720.010.06
HSL300.7º85.15%60.39%-
HSV(B)300.7º71.67%94.12%-
XYZ53.4328.8383.64-
YUV138.81183.98200.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.96%
GREEN value IS 68 (26.95% from 255) = 12.45%
BLUE value IS 238 (93.36% from 255) = 43.59%
R=43.96%
G=12.45%
B=43.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2406823800.720.010.06300.785.1560.39
HexF044EE0481612d553c
Octal36010435601101645512574
Binary111100001000100111011100100100011101001011011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F044EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F044EE; }

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

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

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

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

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

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

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

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