Html Css Color HEX #FF50E6 Free Speech Magenta

📋 copy color: '#FF50E6'

red 255 ◦ green 80 ◦ blue 230

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

Shades of Free Speech Magenta #FF50E6

Tints of Free Speech Magenta #FF50E6

RGB

 RED value IS 255 (100% from 255) = 45.13%

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

 BLUE value IS 230 (90.23% from 255) = 40.71%

R = 45.13%
G = 14.16%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF50E6 (or 0xFF50E6) is known color: Free Speech Magenta. HEX triplet: FF, 50 and E6. RGB value is (255,80,230). Sum of RGB (Red+Green+Blue) = 255+80+230=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 80 (31.64% from 255 or 14.16% from 565); Blue value is 230 (90.23% from 255 or 40.71% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50E6 is #00AF19. Grayscale: #959595. Windows color (decimal): -44826 or 15094015. OLE color: 15094015.

HSL color Cylindrical-coordinate representation of color #FF50E6: hue angle of 308.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50E6 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 230 -
CMYK 0 0.69 0.10 0
HSL 308.57º 1% 0.66% -
HSV(B) 308.57º 0.69% 1% -
XYZ 58.39 32.71 78.1 -
YUV 149.43 173.48 203.3 -
System Red Green Blue C M Y K H S L
Decimal 255 80 230 0 0.69 0.10 0 308.57 1 0.66
Hex FF 50 E6 0 45 A 0 135 64 42
Octal 377 120 346 0 105 12 0 465 144 102
Binary 11111111 1010000 11100110 0 1000101 1010 0 100110101 1100100 1000010

Color Harmonies of #FF50E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF50E6

Black with #FF50E6

Text Example


Text Example

White with #FF50E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF50E6; }

 p { color: rgb(255,80,230); }

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

background-color css

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

 a { background-color: rgb(255,80,230); }

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

border-color css

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

 span { border-color: rgb(255,80,230); }

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