Html Css Color HEX #F055EC Free Speech Magenta

📋 copy color: '#F055EC'

red 240 ◦ green 85 ◦ blue 236

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

Shades of Free Speech Magenta #F055EC

Tints of Free Speech Magenta #F055EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.15%

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

R = 42.78%
G = 15.15%
B = 42.07%

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

#F055EC (or 0xF055EC) is known color: Free Speech Magenta. HEX triplet: F0, 55 and EC. RGB value is (240,85,236). Sum of RGB (Red+Green+Blue) = 240+85+236=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 85 (33.59% from 255 or 15.15% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F055EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F055EC is #0FAA13. Grayscale: #949494. Windows color (decimal): -1026580 or 15488496. OLE color: 15488496.

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

Color convert

RGB 240 85 236 -
CMYK 0 0.65 0.02 0.06
HSL 301.55º 0.84% 0.64% -
HSV(B) 301.55º 0.65% 0.94% -
XYZ 54.32 31.08 82.49 -
YUV 148.56 177.35 193.22 -
System Red Green Blue C M Y K H S L
Decimal 240 85 236 0 0.65 0.02 0.06 301.55 0.84 0.64
Hex F0 55 EC 0 41 2 6 12E 54 40
Octal 360 125 354 0 101 2 6 456 124 100
Binary 11110000 1010101 11101100 0 1000001 10 110 100101110 1010100 1000000

Color Harmonies of #F055EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F055EC

Black with #F055EC

Text Example


Text Example

White with #F055EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F055EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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