Html Css Color HEX #FF58E1 Free Speech Magenta

📋 copy color: '#FF58E1'

red 255 ◦ green 88 ◦ blue 225

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

Shades of Free Speech Magenta #FF58E1

Tints of Free Speech Magenta #FF58E1

RGB

 RED value IS 255 (100% from 255) = 44.89%

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

 BLUE value IS 225 (88.28% from 255) = 39.61%

R = 44.89%
G = 15.49%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FF58E1 (or 0xFF58E1) is known color: Free Speech Magenta. HEX triplet: FF, 58 and E1. RGB value is (255,88,225). Sum of RGB (Red+Green+Blue) = 255+88+225=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 88 (34.77% from 255 or 15.49% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF58E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF58E1 is #00A71E. Grayscale: #999999. Windows color (decimal): -42783 or 14768383. OLE color: 14768383.

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

Color convert

RGB 255 88 225 -
CMYK 0 0.65 0.12 0
HSL 310.78º 1% 0.67% -
HSV(B) 310.78º 0.65% 1% -
XYZ 58.32 33.68 74.66 -
YUV 153.55 168.33 200.36 -
System Red Green Blue C M Y K H S L
Decimal 255 88 225 0 0.65 0.12 0 310.78 1 0.67
Hex FF 58 E1 0 41 C 0 137 64 43
Octal 377 130 341 0 101 14 0 467 144 103
Binary 11111111 1011000 11100001 0 1000001 1100 0 100110111 1100100 1000011

Color Harmonies of #FF58E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF58E1

Black with #FF58E1

Text Example


Text Example

White with #FF58E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF58E1; }

 p { color: rgb(255,88,225); }

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

background-color css

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

 a { background-color: rgb(255,88,225); }

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

border-color css

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

 span { border-color: rgb(255,88,225); }

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