Html Css Color HEX #F050ED Free Speech Magenta

📋 copy color: '#F050ED'

red 240 ◦ green 80 ◦ blue 237

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

Shades of Free Speech Magenta #F050ED

Tints of Free Speech Magenta #F050ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.36%

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

R = 43.09%
G = 14.36%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#F050ED (or 0xF050ED) is known color: Free Speech Magenta. HEX triplet: F0, 50 and ED. RGB value is (240,80,237). Sum of RGB (Red+Green+Blue) = 240+80+237=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 80 (31.64% from 255 or 14.36% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F050ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F050ED is #0FAF12. Grayscale: #919191. Windows color (decimal): -1027859 or 15552752. OLE color: 15552752.

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

Color convert

RGB 240 80 237 -
CMYK 0 0.67 0.01 0.06
HSL 301.13º 0.84% 0.63% -
HSV(B) 301.13º 0.67% 0.94% -
XYZ 54.09 30.38 83.13 -
YUV 145.74 179.51 195.23 -
System Red Green Blue C M Y K H S L
Decimal 240 80 237 0 0.67 0.01 0.06 301.13 0.84 0.63
Hex F0 50 ED 0 43 1 6 12D 54 3F
Octal 360 120 355 0 103 1 6 455 124 77
Binary 11110000 1010000 11101101 0 1000011 1 110 100101101 1010100 111111

Color Harmonies of #F050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F050ED

Black with #F050ED

Text Example


Text Example

White with #F050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F050ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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