Html Css Color HEX #FE79EC Pale Magenta

📋 copy color: '#FE79EC'

red 254 ◦ green 121 ◦ blue 236

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

Shades of Pale Magenta #FE79EC

Tints of Pale Magenta #FE79EC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 19.8%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 41.57%
G = 19.8%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE79EC (or 0xFE79EC) is known color: Pale Magenta. HEX triplet: FE, 79 and EC. RGB value is (254,121,236). Sum of RGB (Red+Green+Blue) = 254+121+236=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 121 (47.66% from 255 or 19.80% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79EC is #018613. Grayscale: #ADADAD. Windows color (decimal): -99860 or 15497726. OLE color: 15497726.

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

Color convert

RGB 254 121 236 -
CMYK 0 0.52 0.07 0.00
HSL 308.12º 0.99% 0.74% -
HSV(B) 308.12º 0.52% 1% -
XYZ 62.85 40.8 83.92 -
YUV 173.88 163.06 185.15 -
System Red Green Blue C M Y K H S L
Decimal 254 121 236 0 0.52 0.07 0.00 308.12 0.99 0.74
Hex FE 79 EC 0 34 7 0 134 63 4A
Octal 376 171 354 0 64 7 0 464 143 112
Binary 11111110 1111001 11101100 0 110100 111 0 100110100 1100011 1001010

Color Harmonies of #FE79EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79EC

Black with #FE79EC

Text Example


Text Example

White with #FE79EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79EC; }

 p { color: rgb(254,121,236); }

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

background-color css

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

 a { background-color: rgb(254,121,236); }

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

border-color css

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

 span { border-color: rgb(254,121,236); }

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