Html Css Color HEX #FE79EA Pale Magenta

📋 copy color: '#FE79EA'

red 254 ◦ green 121 ◦ blue 234

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

Shades of Pale Magenta #FE79EA

Tints of Pale Magenta #FE79EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.42%

R = 41.71%
G = 19.87%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE79EA (or 0xFE79EA) is known color: Pale Magenta. HEX triplet: FE, 79 and EA. RGB value is (254,121,234). Sum of RGB (Red+Green+Blue) = 254+121+234=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 121 (47.66% from 255 or 19.87% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE79EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE79EA is #018615. Grayscale: #ADADAD. Windows color (decimal): -99862 or 15366654. OLE color: 15366654.

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

Color convert

RGB 254 121 234 -
CMYK 0 0.52 0.08 0.00
HSL 309.02º 0.99% 0.74% -
HSV(B) 309.02º 0.52% 1% -
XYZ 62.56 40.69 82.4 -
YUV 173.65 162.06 185.31 -
System Red Green Blue C M Y K H S L
Decimal 254 121 234 0 0.52 0.08 0.00 309.02 0.99 0.74
Hex FE 79 EA 0 34 8 0 135 63 4A
Octal 376 171 352 0 64 10 0 465 143 112
Binary 11111110 1111001 11101010 0 110100 1000 0 100110101 1100011 1001010

Color Harmonies of #FE79EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE79EA

Black with #FE79EA

Text Example


Text Example

White with #FE79EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE79EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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