Html Css Color HEX #FE59DD Free Speech Magenta

📋 copy color: '#FE59DD'

red 254 ◦ green 89 ◦ blue 221

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

Shades of Free Speech Magenta #FE59DD

Tints of Free Speech Magenta #FE59DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 45.04%
G = 15.78%
B = 39.18%

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

#FE59DD (or 0xFE59DD) is known color: Free Speech Magenta. HEX triplet: FE, 59 and DD. RGB value is (254,89,221). Sum of RGB (Red+Green+Blue) = 254+89+221=564 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.04% from 564); Green value is 89 (35.16% from 255 or 15.78% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59DD is #01A622. Grayscale: #999999. Windows color (decimal): -108067 or 14506494. OLE color: 14506494.

HSL color Cylindrical-coordinate representation of color #FE59DD: hue angle of 312º 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 #FE59DD is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 89 221 -
CMYK 0 0.65 0.13 0.00
HSL 312º 0.99% 0.67% -
HSV(B) 312º 0.65% 1% -
XYZ 57.5 33.44 71.83 -
YUV 153.38 166.16 199.77 -
System Red Green Blue C M Y K H S L
Decimal 254 89 221 0 0.65 0.13 0.00 312 0.99 0.67
Hex FE 59 DD 0 41 D 0 138 63 43
Octal 376 131 335 0 101 15 0 470 143 103
Binary 11111110 1011001 11011101 0 1000001 1101 0 100111000 1100011 1000011

Color Harmonies of #FE59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59DD

Black with #FE59DD

Text Example


Text Example

White with #FE59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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