Html Css Color HEX #FE59DC Free Speech Magenta

📋 copy color: '#FE59DC'

red 254 ◦ green 89 ◦ blue 220

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

Shades of Free Speech Magenta #FE59DC

Tints of Free Speech Magenta #FE59DC

RGB

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

 GREEN value IS 89 (35.16% from 255) = 15.81%

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

R = 45.12%
G = 15.81%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE59DC (or 0xFE59DC) is known color: Free Speech Magenta. HEX triplet: FE, 59 and DC. RGB value is (254,89,220). Sum of RGB (Red+Green+Blue) = 254+89+220=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 89 (35.16% from 255 or 15.81% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59DC is #01A623. Grayscale: #989898. Windows color (decimal): -108068 or 14440958. OLE color: 14440958.

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

Color convert

RGB 254 89 220 -
CMYK 0 0.65 0.13 0.00
HSL 312.36º 0.99% 0.67% -
HSV(B) 312.36º 0.65% 1% -
XYZ 57.36 33.38 71.13 -
YUV 153.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 254 89 220 0 0.65 0.13 0.00 312.36 0.99 0.67
Hex FE 59 DC 0 41 D 0 138 63 43
Octal 376 131 334 0 101 15 0 470 143 103
Binary 11111110 1011001 11011100 0 1000001 1101 0 100111000 1100011 1000011

Color Harmonies of #FE59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59DC

Black with #FE59DC

Text Example


Text Example

White with #FE59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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