#F740EE

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

Shades of Free Speech Magenta #F740EE

Tints of Free Speech Magenta #F740EE

Color information

#F740EE (or 0xF740EE) is unknown color: approx Free Speech Magenta. HEX triplet: F7, 40 and EE. RGB value is (247,64,238). Sum of RGB (Red+Green+Blue) = 247+64+238=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 64 (25.39% from 255 or 11.66% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F740EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F740EE is #08BF11. Grayscale: #8A8A8A. Windows color (decimal): -573202 or 15614199. OLE color: 15614199.

HSL color Cylindrical-coordinate representation of color #F740EE: hue angle of 302.95º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F740EE is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB24764238-
CMYK00.740.040.03
HSL302.95º91.96%60.98%-
HSV(B)302.95º74.09%96.86%-
XYZ55.6229.6183.67-
YUV138.55184.13205.35-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.99%
GREEN value IS 64 (25.39% from 255) = 11.66%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=44.99%
G=11.66%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2476423800.740.040.03302.9591.9660.98
HexF740EE04A4312f5c3d
Octal36710035601124345713475
Binary1111011110000001110111001001010100111001011111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F740EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F740EE; }

 p { color: rgb(247,64,238); }

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

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

 a { background-color: rgb(247,64,238); }

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

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

 span { border-color: rgb(247,64,238); }

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