Html Css Color HEX #F053EE Free Speech Magenta

📋 copy color: '#F053EE'

red 240 ◦ green 83 ◦ blue 238

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

Shades of Free Speech Magenta #F053EE

Tints of Free Speech Magenta #F053EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.42%

R = 42.78%
G = 14.8%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F053EE (or 0xF053EE) is known color: Free Speech Magenta. HEX triplet: F0, 53 and EE. RGB value is (240,83,238). Sum of RGB (Red+Green+Blue) = 240+83+238=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 83 (32.81% from 255 or 14.80% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F053EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F053EE is #0FAC11. Grayscale: #939393. Windows color (decimal): -1027090 or 15619056. OLE color: 15619056.

HSL color Cylindrical-coordinate representation of color #F053EE: hue angle of 300.76º 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 #F053EE is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 83 238 -
CMYK 0 0.65 0.01 0.06
HSL 300.76º 0.84% 0.63% -
HSV(B) 300.76º 0.65% 0.94% -
XYZ 54.46 30.88 83.98 -
YUV 147.61 179.01 193.9 -
System Red Green Blue C M Y K H S L
Decimal 240 83 238 0 0.65 0.01 0.06 300.76 0.84 0.63
Hex F0 53 EE 0 41 1 6 12D 54 3F
Octal 360 123 356 0 101 1 6 455 124 77
Binary 11110000 1010011 11101110 0 1000001 1 110 100101101 1010100 111111

Color Harmonies of #F053EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F053EE

Black with #F053EE

Text Example


Text Example

White with #F053EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F053EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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