Html Css Color HEX #FE58E4 Free Speech Magenta

📋 copy color: '#FE58E4'

red 254 ◦ green 88 ◦ blue 228

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

Shades of Free Speech Magenta #FE58E4

Tints of Free Speech Magenta #FE58E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40%

R = 44.56%
G = 15.44%
B = 40%

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

#FE58E4 (or 0xFE58E4) is known color: Free Speech Magenta. HEX triplet: FE, 58 and E4. RGB value is (254,88,228). Sum of RGB (Red+Green+Blue) = 254+88+228=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 228 (89.45% from 255 or 40% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58E4 is #01A71B. Grayscale: #999999. Windows color (decimal): -108316 or 14964990. OLE color: 14964990.

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

Color convert

RGB 254 88 228 -
CMYK 0 0.65 0.10 0.00
HSL 309.4º 0.99% 0.67% -
HSV(B) 309.4º 0.65% 1% -
XYZ 58.37 33.65 76.82 -
YUV 153.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 254 88 228 0 0.65 0.10 0.00 309.4 0.99 0.67
Hex FE 58 E4 0 41 A 0 135 63 43
Octal 376 130 344 0 101 12 0 465 143 103
Binary 11111110 1011000 11100100 0 1000001 1010 0 100110101 1100011 1000011

Color Harmonies of #FE58E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE58E4

Black with #FE58E4

Text Example


Text Example

White with #FE58E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE58E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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