Html Css Color HEX #FE7CEA Pale Magenta

📋 copy color: '#FE7CEA'

red 254 ◦ green 124 ◦ blue 234

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

Shades of Pale Magenta #FE7CEA

Tints of Pale Magenta #FE7CEA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 20.26%

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

R = 41.5%
G = 20.26%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE7CEA (or 0xFE7CEA) is known color: Pale Magenta. HEX triplet: FE, 7C and EA. RGB value is (254,124,234). Sum of RGB (Red+Green+Blue) = 254+124+234=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 124 (48.83% from 255 or 20.26% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7CEA is #018315. Grayscale: #AFAFAF. Windows color (decimal): -99094 or 15367422. OLE color: 15367422.

HSL color Cylindrical-coordinate representation of color #FE7CEA: hue angle of 309.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FE7CEA is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 124 234 -
CMYK 0 0.51 0.08 0.00
HSL 309.23º 0.98% 0.74% -
HSV(B) 309.23º 0.51% 1% -
XYZ 62.93 41.43 82.52 -
YUV 175.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 254 124 234 0 0.51 0.08 0.00 309.23 0.98 0.74
Hex FE 7C EA 0 33 8 0 135 62 4A
Octal 376 174 352 0 63 10 0 465 142 112
Binary 11111110 1111100 11101010 0 110011 1000 0 100110101 1100010 1001010

Color Harmonies of #FE7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7CEA

Black with #FE7CEA

Text Example


Text Example

White with #FE7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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