Html Css Color HEX #F053EC Free Speech Magenta

📋 copy color: '#F053EC'

red 240 ◦ green 83 ◦ blue 236

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

Shades of Free Speech Magenta #F053EC

Tints of Free Speech Magenta #F053EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 14.85%

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

R = 42.93%
G = 14.85%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F053EC (or 0xF053EC) is known color: Free Speech Magenta. HEX triplet: F0, 53 and EC. RGB value is (240,83,236). Sum of RGB (Red+Green+Blue) = 240+83+236=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 83 (32.81% from 255 or 14.85% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F053EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053EC is #0FAC13. Grayscale: #929292. Windows color (decimal): -1027092 or 15487984. OLE color: 15487984.

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

Color convert

RGB 240 83 236 -
CMYK 0 0.65 0.02 0.06
HSL 301.53º 0.84% 0.63% -
HSV(B) 301.53º 0.65% 0.94% -
XYZ 54.17 30.77 82.44 -
YUV 147.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 240 83 236 0 0.65 0.02 0.06 301.53 0.84 0.63
Hex F0 53 EC 0 41 2 6 12E 54 3F
Octal 360 123 354 0 101 2 6 456 124 77
Binary 11110000 1010011 11101100 0 1000001 10 110 100101110 1010100 111111

Color Harmonies of #F053EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053EC

Black with #F053EC

Text Example


Text Example

White with #F053EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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