Html Css Color HEX #FE7FE2 Pale Magenta

📋 copy color: '#FE7FE2'

red 254 ◦ green 127 ◦ blue 226

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

Shades of Pale Magenta #FE7FE2

Tints of Pale Magenta #FE7FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.23%

R = 41.85%
G = 20.92%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE7FE2 (or 0xFE7FE2) is known color: Pale Magenta. HEX triplet: FE, 7F and E2. RGB value is (254,127,226). Sum of RGB (Red+Green+Blue) = 254+127+226=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FE2 is #01801D. Grayscale: #AFAFAF. Windows color (decimal): -98334 or 14843902. OLE color: 14843902.

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

Color convert

RGB 254 127 226 -
CMYK 0 0.50 0.11 0.00
HSL 313.23º 0.98% 0.75% -
HSV(B) 313.23º 0.5% 1% -
XYZ 62.19 41.74 76.73 -
YUV 176.26 156.08 183.45 -
System Red Green Blue C M Y K H S L
Decimal 254 127 226 0 0.50 0.11 0.00 313.23 0.98 0.75
Hex FE 7F E2 0 32 B 0 139 62 4B
Octal 376 177 342 0 62 13 0 471 142 113
Binary 11111110 1111111 11100010 0 110010 1011 0 100111001 1100010 1001011

Color Harmonies of #FE7FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FE2

Black with #FE7FE2

Text Example


Text Example

White with #FE7FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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