Html Css Color HEX #FE7FED Pale Magenta

📋 copy color: '#FE7FED'

red 254 ◦ green 127 ◦ blue 237

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

Shades of Pale Magenta #FE7FED

Tints of Pale Magenta #FE7FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 41.1%
G = 20.55%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE7FED (or 0xFE7FED) is known color: Pale Magenta. HEX triplet: FE, 7F and ED. RGB value is (254,127,237). Sum of RGB (Red+Green+Blue) = 254+127+237=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 127 (50% from 255 or 20.55% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE7FED is #018012. Grayscale: #B1B1B1. Windows color (decimal): -98323 or 15564798. OLE color: 15564798.

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

Color convert

RGB 254 127 237 -
CMYK 0 0.50 0.07 0.00
HSL 308.03º 0.98% 0.75% -
HSV(B) 308.03º 0.5% 1% -
XYZ 63.75 42.36 84.94 -
YUV 177.51 161.58 182.56 -
System Red Green Blue C M Y K H S L
Decimal 254 127 237 0 0.50 0.07 0.00 308.03 0.98 0.75
Hex FE 7F ED 0 32 7 0 134 62 4B
Octal 376 177 355 0 62 7 0 464 142 113
Binary 11111110 1111111 11101101 0 110010 111 0 100110100 1100010 1001011

Color Harmonies of #FE7FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FED

Black with #FE7FED

Text Example


Text Example

White with #FE7FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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