Html Css Color HEX #F058EE Free Speech Magenta

📋 copy color: '#F058EE'

red 240 ◦ green 88 ◦ blue 238

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

Shades of Free Speech Magenta #F058EE

Tints of Free Speech Magenta #F058EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.55%

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

R = 42.4%
G = 15.55%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F058EE (or 0xF058EE) is known color: Free Speech Magenta. HEX triplet: F0, 58 and EE. RGB value is (240,88,238). Sum of RGB (Red+Green+Blue) = 240+88+238=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 88 (34.77% from 255 or 15.55% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F058EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F058EE is #0FA711. Grayscale: #969696. Windows color (decimal): -1025810 or 15620336. OLE color: 15620336.

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

Color convert

RGB 240 88 238 -
CMYK 0 0.63 0.01 0.06
HSL 300.79º 0.84% 0.64% -
HSV(B) 300.79º 0.63% 0.94% -
XYZ 54.86 31.68 84.11 -
YUV 150.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 240 88 238 0 0.63 0.01 0.06 300.79 0.84 0.64
Hex F0 58 EE 0 3F 1 6 12D 54 40
Octal 360 130 356 0 77 1 6 455 124 100
Binary 11110000 1011000 11101110 0 111111 1 110 100101101 1010100 1000000

Color Harmonies of #F058EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F058EE

Black with #F058EE

Text Example


Text Example

White with #F058EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F058EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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