Html Css Color HEX #FE50DC Free Speech Magenta

📋 copy color: '#FE50DC'

red 254 ◦ green 80 ◦ blue 220

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

Shades of Free Speech Magenta #FE50DC

Tints of Free Speech Magenta #FE50DC

RGB

 RED value IS 254 (99.61% from 255) = 45.85%

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 45.85%
G = 14.44%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE50DC (or 0xFE50DC) is known color: Free Speech Magenta. HEX triplet: FE, 50 and DC. RGB value is (254,80,220). Sum of RGB (Red+Green+Blue) = 254+80+220=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 80 (31.64% from 255 or 14.44% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE50DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE50DC is #01AF23. Grayscale: #939393. Windows color (decimal): -110372 or 14438654. OLE color: 14438654.

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

Color convert

RGB 254 80 220 -
CMYK 0 0.69 0.13 0.00
HSL 311.72º 0.99% 0.65% -
HSV(B) 311.72º 0.69% 1% -
XYZ 56.66 31.98 70.9 -
YUV 147.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 254 80 220 0 0.69 0.13 0.00 311.72 0.99 0.65
Hex FE 50 DC 0 45 D 0 138 63 41
Octal 376 120 334 0 105 15 0 470 143 101
Binary 11111110 1010000 11011100 0 1000101 1101 0 100111000 1100011 1000001

Color Harmonies of #FE50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE50DC

Black with #FE50DC

Text Example


Text Example

White with #FE50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE50DC; }

 p { color: rgb(254,80,220); }

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

background-color css

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

 a { background-color: rgb(254,80,220); }

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

border-color css

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

 span { border-color: rgb(254,80,220); }

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