Html Css Color HEX #FE79EF Pale Magenta

📋 copy color: '#FE79EF'

red 254 ◦ green 121 ◦ blue 239

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

Shades of Pale Magenta #FE79EF

Tints of Pale Magenta #FE79EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.93%

R = 41.37%
G = 19.71%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE79EF (or 0xFE79EF) is known color: Pale Magenta. HEX triplet: FE, 79 and EF. RGB value is (254,121,239). Sum of RGB (Red+Green+Blue) = 254+121+239=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 121 (47.66% from 255 or 19.71% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79EF is #018610. Grayscale: #ADADAD. Windows color (decimal): -99857 or 15694334. OLE color: 15694334.

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

Color convert

RGB 254 121 239 -
CMYK 0 0.52 0.06 0.00
HSL 306.77º 0.99% 0.74% -
HSV(B) 306.77º 0.52% 1% -
XYZ 63.29 40.98 86.24 -
YUV 174.22 164.56 184.91 -
System Red Green Blue C M Y K H S L
Decimal 254 121 239 0 0.52 0.06 0.00 306.77 0.99 0.74
Hex FE 79 EF 0 34 6 0 133 63 4A
Octal 376 171 357 0 64 6 0 463 143 112
Binary 11111110 1111001 11101111 0 110100 110 0 100110011 1100011 1001010

Color Harmonies of #FE79EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79EF

Black with #FE79EF

Text Example


Text Example

White with #FE79EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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