Html Css Color HEX #FE7FDA Pale Magenta

📋 copy color: '#FE7FDA'

red 254 ◦ green 127 ◦ blue 218

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

Shades of Pale Magenta #FE7FDA

Tints of Pale Magenta #FE7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.2%

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 42.4%
G = 21.2%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE7FDA (or 0xFE7FDA) is known color: Pale Magenta. HEX triplet: FE, 7F and DA. RGB value is (254,127,218). Sum of RGB (Red+Green+Blue) = 254+127+218=599 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.40% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FDA is #018025. Grayscale: #AFAFAF. Windows color (decimal): -98342 or 14319614. OLE color: 14319614.

HSL color Cylindrical-coordinate representation of color #FE7FDA: hue angle of 317.01º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7FDA is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 218 -
CMYK 0 0.50 0.14 0.00
HSL 317.01º 0.98% 0.75% -
HSV(B) 317.01º 0.5% 1% -
XYZ 61.12 41.31 71.08 -
YUV 175.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 254 127 218 0 0.50 0.14 0.00 317.01 0.98 0.75
Hex FE 7F DA 0 32 E 0 13D 62 4B
Octal 376 177 332 0 62 16 0 475 142 113
Binary 11111110 1111111 11011010 0 110010 1110 0 100111101 1100010 1001011

Color Harmonies of #FE7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FDA

Black with #FE7FDA

Text Example


Text Example

White with #FE7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FDA; }

 p { color: rgb(254,127,218); }

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

background-color css

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

 a { background-color: rgb(254,127,218); }

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

border-color css

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

 span { border-color: rgb(254,127,218); }

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