Html Css Color HEX #FE76E2 Pale Magenta

📋 copy color: '#FE76E2'

red 254 ◦ green 118 ◦ blue 226

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

Shades of Pale Magenta #FE76E2

Tints of Pale Magenta #FE76E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.79%

R = 42.47%
G = 19.73%
B = 37.79%

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

#FE76E2 (or 0xFE76E2) is known color: Pale Magenta. HEX triplet: FE, 76 and E2. RGB value is (254,118,226). Sum of RGB (Red+Green+Blue) = 254+118+226=598 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.47% from 598); Green value is 118 (46.48% from 255 or 19.73% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE76E2 is #01891D. Grayscale: #AAAAAA. Windows color (decimal): -100638 or 14841598. OLE color: 14841598.

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

Color convert

RGB 254 118 226 -
CMYK 0 0.54 0.11 0.00
HSL 312.35º 0.99% 0.73% -
HSV(B) 312.35º 0.54% 1% -
XYZ 61.08 39.52 76.36 -
YUV 170.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 254 118 226 0 0.54 0.11 0.00 312.35 0.99 0.73
Hex FE 76 E2 0 36 B 0 138 63 49
Octal 376 166 342 0 66 13 0 470 143 111
Binary 11111110 1110110 11100010 0 110110 1011 0 100111000 1100011 1001001

Color Harmonies of #FE76E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76E2

Black with #FE76E2

Text Example


Text Example

White with #FE76E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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