Html Css Color HEX #FE76E6 Pale Magenta

📋 copy color: '#FE76E6'

red 254 ◦ green 118 ◦ blue 230

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

Shades of Pale Magenta #FE76E6

Tints of Pale Magenta #FE76E6

RGB

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

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

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

R = 42.19%
G = 19.6%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FE76E6 (or 0xFE76E6) is known color: Pale Magenta. HEX triplet: FE, 76 and E6. RGB value is (254,118,230). Sum of RGB (Red+Green+Blue) = 254+118+230=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 118 (46.48% from 255 or 19.60% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE76E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE76E6 is #018919. Grayscale: #ABABAB. Windows color (decimal): -100634 or 15103742. OLE color: 15103742.

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

Color convert

RGB 254 118 230 -
CMYK 0 0.54 0.09 0.00
HSL 310.59º 0.99% 0.73% -
HSV(B) 310.59º 0.54% 1% -
XYZ 61.63 39.74 79.29 -
YUV 171.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 254 118 230 0 0.54 0.09 0.00 310.59 0.99 0.73
Hex FE 76 E6 0 36 9 0 137 63 49
Octal 376 166 346 0 66 11 0 467 143 111
Binary 11111110 1110110 11100110 0 110110 1001 0 100110111 1100011 1001001

Color Harmonies of #FE76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE76E6

Black with #FE76E6

Text Example


Text Example

White with #FE76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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