Html Css Color HEX #FE79DE Pale Magenta

📋 copy color: '#FE79DE'

red 254 ◦ green 121 ◦ blue 222

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

Shades of Pale Magenta #FE79DE

Tints of Pale Magenta #FE79DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 42.55%
G = 20.27%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE79DE (or 0xFE79DE) is known color: Pale Magenta. HEX triplet: FE, 79 and DE. RGB value is (254,121,222). Sum of RGB (Red+Green+Blue) = 254+121+222=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 121 (47.66% from 255 or 20.27% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE79DE is #018621. Grayscale: #ACACAC. Windows color (decimal): -99874 or 14580222. OLE color: 14580222.

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

Color convert

RGB 254 121 222 -
CMYK 0 0.52 0.13 0.00
HSL 314.44º 0.99% 0.74% -
HSV(B) 314.44º 0.52% 1% -
XYZ 60.9 40.02 73.62 -
YUV 172.28 156.06 186.29 -
System Red Green Blue C M Y K H S L
Decimal 254 121 222 0 0.52 0.13 0.00 314.44 0.99 0.74
Hex FE 79 DE 0 34 D 0 13A 63 4A
Octal 376 171 336 0 64 15 0 472 143 112
Binary 11111110 1111001 11011110 0 110100 1101 0 100111010 1100011 1001010

Color Harmonies of #FE79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79DE

Black with #FE79DE

Text Example


Text Example

White with #FE79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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