#F05FEC

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

Shades of Free Speech Magenta #F05FEC

Tints of Free Speech Magenta #F05FEC

Color information

#F05FEC (or 0xF05FEC) is unknown color: approx Free Speech Magenta. HEX triplet: F0, 5F and EC. RGB value is (240,95,236). Sum of RGB (Red+Green+Blue) = 240+95+236=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 95 (37.5% from 255 or 16.64% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F05FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05FEC is #0FA013. Grayscale: #9A9A9A. Windows color (decimal): -1024020 or 15491056. OLE color: 15491056.

HSL color Cylindrical-coordinate representation of color #F05FEC: hue angle of 301.66º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F05FEC is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB24095236-
CMYK00.600.020.06
HSL301.66º82.86%65.69%-
HSV(B)301.66º60.42%94.12%-
XYZ55.1732.7782.77-
YUV154.43174.04189.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 95 (37.5% from 255) = 16.64%
BLUE value IS 236 (92.58% from 255) = 41.33%
R=42.03%
G=16.64%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409523600.600.020.06301.6682.8665.69
HexF05FEC03C2612e5342
Octal36013735407426456123102
Binary1111000010111111110110001111001011010010111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05FEC; }

 p { color: rgb(240,95,236); }

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

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

 a { background-color: rgb(240,95,236); }

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

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

 span { border-color: rgb(240,95,236); }

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