Html Css Color HEX #F049EC Free Speech Magenta

📋 copy color: '#F049EC'

red 240 ◦ green 73 ◦ blue 236

#F049EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Magenta #F049EC

Tints of Free Speech Magenta #F049EC

RGB

 RED value IS 240 (94.14% from 255) = 43.72%

 GREEN value IS 73 (28.91% from 255) = 13.3%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 43.72%
G = 13.3%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F049EC (or 0xF049EC) is known color: Free Speech Magenta. HEX triplet: F0, 49 and EC. RGB value is (240,73,236). Sum of RGB (Red+Green+Blue) = 240+73+236=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F049EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F049EC is #0FB613. Grayscale: #8D8D8D. Windows color (decimal): -1029652 or 15485424. OLE color: 15485424.

HSL color Cylindrical-coordinate representation of color #F049EC: hue angle of 301.44º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F049EC is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 73 236 -
CMYK 0 0.70 0.02 0.06
HSL 301.44º 0.85% 0.61% -
HSV(B) 301.44º 0.7% 0.94% -
XYZ 53.46 29.35 82.2 -
YUV 141.52 181.33 198.25 -
System Red Green Blue C M Y K H S L
Decimal 240 73 236 0 0.70 0.02 0.06 301.44 0.85 0.61
Hex F0 49 EC 0 46 2 6 12D 55 3D
Octal 360 111 354 0 106 2 6 455 125 75
Binary 11110000 1001001 11101100 0 1000110 10 110 100101101 1010101 111101

Color Harmonies of #F049EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F049EC

Black with #F049EC

Text Example


Text Example

White with #F049EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F049EC; }

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

 H1.HeaderClassName
 {
   color: #F049EC;
 }
 .AnyTagClassName
 {
   color: #F049EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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