Html Css Color HEX #FE48E9 Free Speech Magenta

📋 copy color: '#FE48E9'

red 254 ◦ green 72 ◦ blue 233

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

Shades of Free Speech Magenta #FE48E9

Tints of Free Speech Magenta #FE48E9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 12.88%

 BLUE value IS 233 (91.41% from 255) = 41.68%

R = 45.44%
G = 12.88%
B = 41.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE48E9 (or 0xFE48E9) is known color: Free Speech Magenta. HEX triplet: FE, 48 and E9. RGB value is (254,72,233). Sum of RGB (Red+Green+Blue) = 254+72+233=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 72 (28.52% from 255 or 12.88% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE48E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE48E9 is #01B716. Grayscale: #909090. Windows color (decimal): -112407 or 15288574. OLE color: 15288574.

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

Color convert

RGB 254 72 233 -
CMYK 0 0.72 0.08 0.00
HSL 306.92º 0.99% 0.64% -
HSV(B) 306.92º 0.72% 1% -
XYZ 57.9 31.59 80.14 -
YUV 144.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 254 72 233 0 0.72 0.08 0.00 306.92 0.99 0.64
Hex FE 48 E9 0 48 8 0 133 63 40
Octal 376 110 351 0 110 10 0 463 143 100
Binary 11111110 1001000 11101001 0 1001000 1000 0 100110011 1100011 1000000

Color Harmonies of #FE48E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE48E9

Black with #FE48E9

Text Example


Text Example

White with #FE48E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE48E9; }

 p { color: rgb(254,72,233); }

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

background-color css

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

 a { background-color: rgb(254,72,233); }

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

border-color css

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

 span { border-color: rgb(254,72,233); }

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