Html Css Color HEX #FE55E6 Free Speech Magenta

📋 copy color: '#FE55E6'

red 254 ◦ green 85 ◦ blue 230

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

Shades of Free Speech Magenta #FE55E6

Tints of Free Speech Magenta #FE55E6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 14.94%

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 44.64%
G = 14.94%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE55E6 (or 0xFE55E6) is known color: Free Speech Magenta. HEX triplet: FE, 55 and E6. RGB value is (254,85,230). Sum of RGB (Red+Green+Blue) = 254+85+230=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 85 (33.59% from 255 or 14.94% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE55E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE55E6 is #01AA19. Grayscale: #979797. Windows color (decimal): -109082 or 15095294. OLE color: 15095294.

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

Color convert

RGB 254 85 230 -
CMYK 0 0.67 0.09 0.00
HSL 308.52º 0.99% 0.66% -
HSV(B) 308.52º 0.67% 1% -
XYZ 58.4 33.28 78.21 -
YUV 152.06 171.99 200.71 -
System Red Green Blue C M Y K H S L
Decimal 254 85 230 0 0.67 0.09 0.00 308.52 0.99 0.66
Hex FE 55 E6 0 43 9 0 135 63 42
Octal 376 125 346 0 103 11 0 465 143 102
Binary 11111110 1010101 11100110 0 1000011 1001 0 100110101 1100011 1000010

Color Harmonies of #FE55E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE55E6

Black with #FE55E6

Text Example


Text Example

White with #FE55E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE55E6; }

 p { color: rgb(254,85,230); }

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

background-color css

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

 a { background-color: rgb(254,85,230); }

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

border-color css

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

 span { border-color: rgb(254,85,230); }

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