Html Css Color HEX #F050EC Free Speech Magenta

📋 copy color: '#F050EC'

red 240 ◦ green 80 ◦ blue 236

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

Shades of Free Speech Magenta #F050EC

Tints of Free Speech Magenta #F050EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.39%

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

R = 43.17%
G = 14.39%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F050EC (or 0xF050EC) is known color: Free Speech Magenta. HEX triplet: F0, 50 and EC. RGB value is (240,80,236). Sum of RGB (Red+Green+Blue) = 240+80+236=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 80 (31.64% from 255 or 14.39% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F050EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050EC is #0FAF13. Grayscale: #919191. Windows color (decimal): -1027860 or 15487216. OLE color: 15487216.

HSL color Cylindrical-coordinate representation of color #F050EC: hue angle of 301.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F050EC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 236 -
CMYK 0 0.67 0.02 0.06
HSL 301.5º 0.84% 0.63% -
HSV(B) 301.5º 0.67% 0.94% -
XYZ 53.94 30.32 82.37 -
YUV 145.62 179.01 195.32 -
System Red Green Blue C M Y K H S L
Decimal 240 80 236 0 0.67 0.02 0.06 301.5 0.84 0.63
Hex F0 50 EC 0 43 2 6 12E 54 3F
Octal 360 120 354 0 103 2 6 456 124 77
Binary 11110000 1010000 11101100 0 1000011 10 110 100101110 1010100 111111

Color Harmonies of #F050EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050EC

Black with #F050EC

Text Example


Text Example

White with #F050EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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