Html Css Color HEX #FE5DDC Free Speech Magenta

📋 copy color: '#FE5DDC'

red 254 ◦ green 93 ◦ blue 220

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

Shades of Free Speech Magenta #FE5DDC

Tints of Free Speech Magenta #FE5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.4%

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

R = 44.8%
G = 16.4%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE5DDC (or 0xFE5DDC) is known color: Free Speech Magenta. HEX triplet: FE, 5D and DC. RGB value is (254,93,220). Sum of RGB (Red+Green+Blue) = 254+93+220=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 93 (36.72% from 255 or 16.40% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DDC is #01A223. Grayscale: #9B9B9B. Windows color (decimal): -107044 or 14441982. OLE color: 14441982.

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

Color convert

RGB 254 93 220 -
CMYK 0 0.63 0.13 0.00
HSL 312.67º 0.99% 0.68% -
HSV(B) 312.67º 0.63% 1% -
XYZ 57.71 34.07 71.24 -
YUV 155.62 164.34 198.17 -
System Red Green Blue C M Y K H S L
Decimal 254 93 220 0 0.63 0.13 0.00 312.67 0.99 0.68
Hex FE 5D DC 0 3F D 0 139 63 44
Octal 376 135 334 0 77 15 0 471 143 104
Binary 11111110 1011101 11011100 0 111111 1101 0 100111001 1100011 1000100

Color Harmonies of #FE5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5DDC

Black with #FE5DDC

Text Example


Text Example

White with #FE5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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