Html Css Color HEX #F057EE Free Speech Magenta

📋 copy color: '#F057EE'

red 240 ◦ green 87 ◦ blue 238

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

Shades of Free Speech Magenta #F057EE

Tints of Free Speech Magenta #F057EE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 15.4%

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

R = 42.48%
G = 15.4%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F057EE (or 0xF057EE) is known color: Free Speech Magenta. HEX triplet: F0, 57 and EE. RGB value is (240,87,238). Sum of RGB (Red+Green+Blue) = 240+87+238=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 87 (34.38% from 255 or 15.40% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F057EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057EE is #0FA811. Grayscale: #959595. Windows color (decimal): -1026066 or 15620080. OLE color: 15620080.

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

Color convert

RGB 240 87 238 -
CMYK 0 0.64 0.01 0.06
HSL 300.78º 0.84% 0.64% -
HSV(B) 300.78º 0.64% 0.94% -
XYZ 54.78 31.51 84.08 -
YUV 149.96 177.69 192.22 -
System Red Green Blue C M Y K H S L
Decimal 240 87 238 0 0.64 0.01 0.06 300.78 0.84 0.64
Hex F0 57 EE 0 40 1 6 12D 54 40
Octal 360 127 356 0 100 1 6 455 124 100
Binary 11110000 1010111 11101110 0 1000000 1 110 100101101 1010100 1000000

Color Harmonies of #F057EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057EE

Black with #F057EE

Text Example


Text Example

White with #F057EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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