Html Css Color HEX #F054EE Free Speech Magenta

📋 copy color: '#F054EE'

red 240 ◦ green 84 ◦ blue 238

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

Shades of Free Speech Magenta #F054EE

Tints of Free Speech Magenta #F054EE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 14.95%

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

R = 42.7%
G = 14.95%
B = 42.35%

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

#F054EE (or 0xF054EE) is known color: Free Speech Magenta. HEX triplet: F0, 54 and EE. RGB value is (240,84,238). Sum of RGB (Red+Green+Blue) = 240+84+238=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 84 (33.20% from 255 or 14.95% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F054EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F054EE is #0FAB11. Grayscale: #939393. Windows color (decimal): -1026834 or 15619312. OLE color: 15619312.

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

Color convert

RGB 240 84 238 -
CMYK 0 0.65 0.01 0.06
HSL 300.77º 0.84% 0.64% -
HSV(B) 300.77º 0.65% 0.94% -
XYZ 54.54 31.04 84.01 -
YUV 148.2 178.68 193.48 -
System Red Green Blue C M Y K H S L
Decimal 240 84 238 0 0.65 0.01 0.06 300.77 0.84 0.64
Hex F0 54 EE 0 41 1 6 12D 54 40
Octal 360 124 356 0 101 1 6 455 124 100
Binary 11110000 1010100 11101110 0 1000001 1 110 100101101 1010100 1000000

Color Harmonies of #F054EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F054EE

Black with #F054EE

Text Example


Text Example

White with #F054EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F054EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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