Html Css Color HEX #FE76E3 Pale Magenta

📋 copy color: '#FE76E3'

red 254 ◦ green 118 ◦ blue 227

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

Shades of Pale Magenta #FE76E3

Tints of Pale Magenta #FE76E3

RGB

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

 GREEN value IS 118 (46.48% from 255) = 19.7%

 BLUE value IS 227 (89.06% from 255) = 37.9%

R = 42.4%
G = 19.7%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE76E3 (or 0xFE76E3) is known color: Pale Magenta. HEX triplet: FE, 76 and E3. RGB value is (254,118,227). Sum of RGB (Red+Green+Blue) = 254+118+227=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 118 (46.48% from 255 or 19.70% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76E3 is #01891C. Grayscale: #AAAAAA. Windows color (decimal): -100637 or 14907134. OLE color: 14907134.

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

Color convert

RGB 254 118 227 -
CMYK 0 0.54 0.11 0.00
HSL 311.91º 0.99% 0.73% -
HSV(B) 311.91º 0.54% 1% -
XYZ 61.22 39.57 77.09 -
YUV 171.09 159.56 187.14 -
System Red Green Blue C M Y K H S L
Decimal 254 118 227 0 0.54 0.11 0.00 311.91 0.99 0.73
Hex FE 76 E3 0 36 B 0 138 63 49
Octal 376 166 343 0 66 13 0 470 143 111
Binary 11111110 1110110 11100011 0 110110 1011 0 100111000 1100011 1001001

Color Harmonies of #FE76E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76E3

Black with #FE76E3

Text Example


Text Example

White with #FE76E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76E3; }

 p { color: rgb(254,118,227); }

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

background-color css

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

 a { background-color: rgb(254,118,227); }

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

border-color css

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

 span { border-color: rgb(254,118,227); }

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