Html Css Color HEX #FE59E2 Free Speech Magenta

📋 copy color: '#FE59E2'

red 254 ◦ green 89 ◦ blue 226

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

Shades of Free Speech Magenta #FE59E2

Tints of Free Speech Magenta #FE59E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.72%

R = 44.64%
G = 15.64%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE59E2 (or 0xFE59E2) is known color: Free Speech Magenta. HEX triplet: FE, 59 and E2. RGB value is (254,89,226). Sum of RGB (Red+Green+Blue) = 254+89+226=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 89 (35.16% from 255 or 15.64% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59E2 is #01A61D. Grayscale: #999999. Windows color (decimal): -108062 or 14834174. OLE color: 14834174.

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

Color convert

RGB 254 89 226 -
CMYK 0 0.65 0.11 0.00
HSL 310.18º 0.99% 0.67% -
HSV(B) 310.18º 0.65% 1% -
XYZ 58.17 33.71 75.39 -
YUV 153.95 168.66 199.36 -
System Red Green Blue C M Y K H S L
Decimal 254 89 226 0 0.65 0.11 0.00 310.18 0.99 0.67
Hex FE 59 E2 0 41 B 0 136 63 43
Octal 376 131 342 0 101 13 0 466 143 103
Binary 11111110 1011001 11100010 0 1000001 1011 0 100110110 1100011 1000011

Color Harmonies of #FE59E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59E2

Black with #FE59E2

Text Example


Text Example

White with #FE59E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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