Html Css Color HEX #FE58E5 Free Speech Magenta

📋 copy color: '#FE58E5'

red 254 ◦ green 88 ◦ blue 229

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

Shades of Free Speech Magenta #FE58E5

Tints of Free Speech Magenta #FE58E5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 15.41%

 BLUE value IS 229 (89.84% from 255) = 40.11%

R = 44.48%
G = 15.41%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE58E5 (or 0xFE58E5) is known color: Free Speech Magenta. HEX triplet: FE, 58 and E5. RGB value is (254,88,229). Sum of RGB (Red+Green+Blue) = 254+88+229=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 88 (34.77% from 255 or 15.41% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58E5 is #01A71A. Grayscale: #999999. Windows color (decimal): -108315 or 15030526. OLE color: 15030526.

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

Color convert

RGB 254 88 229 -
CMYK 0 0.65 0.10 0.00
HSL 309.04º 0.99% 0.67% -
HSV(B) 309.04º 0.65% 1% -
XYZ 58.51 33.71 77.55 -
YUV 153.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 254 88 229 0 0.65 0.10 0.00 309.04 0.99 0.67
Hex FE 58 E5 0 41 A 0 135 63 43
Octal 376 130 345 0 101 12 0 465 143 103
Binary 11111110 1011000 11100101 0 1000001 1010 0 100110101 1100011 1000011

Color Harmonies of #FE58E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58E5

Black with #FE58E5

Text Example


Text Example

White with #FE58E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58E5; }

 p { color: rgb(254,88,229); }

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

background-color css

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

 a { background-color: rgb(254,88,229); }

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

border-color css

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

 span { border-color: rgb(254,88,229); }

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