Html Css Color HEX #F057ED Free Speech Magenta

📋 copy color: '#F057ED'

red 240 ◦ green 87 ◦ blue 237

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

Shades of Free Speech Magenta #F057ED

Tints of Free Speech Magenta #F057ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 42.55%
G = 15.43%
B = 42.02%

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

#F057ED (or 0xF057ED) is known color: Free Speech Magenta. HEX triplet: F0, 57 and ED. RGB value is (240,87,237). Sum of RGB (Red+Green+Blue) = 240+87+237=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 87 (34.38% from 255 or 15.43% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F057ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F057ED is #0FA812. Grayscale: #959595. Windows color (decimal): -1026067 or 15554544. OLE color: 15554544.

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

Color convert

RGB 240 87 237 -
CMYK 0 0.64 0.01 0.06
HSL 301.18º 0.84% 0.64% -
HSV(B) 301.18º 0.64% 0.94% -
XYZ 54.63 31.46 83.31 -
YUV 149.85 177.19 192.3 -
System Red Green Blue C M Y K H S L
Decimal 240 87 237 0 0.64 0.01 0.06 301.18 0.84 0.64
Hex F0 57 ED 0 40 1 6 12D 54 40
Octal 360 127 355 0 100 1 6 455 124 100
Binary 11110000 1010111 11101101 0 1000000 1 110 100101101 1010100 1000000

Color Harmonies of #F057ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F057ED

Black with #F057ED

Text Example


Text Example

White with #F057ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F057ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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