Html Css Color HEX #FE92EF Pale Magenta

📋 copy color: '#FE92EF'

red 254 ◦ green 146 ◦ blue 239

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

Shades of Pale Magenta #FE92EF

Tints of Pale Magenta #FE92EF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 22.85%

 BLUE value IS 239 (93.75% from 255) = 37.4%

R = 39.75%
G = 22.85%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE92EF (or 0xFE92EF) is known color: Pale Magenta. HEX triplet: FE, 92 and EF. RGB value is (254,146,239). Sum of RGB (Red+Green+Blue) = 254+146+239=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 146 (57.42% from 255 or 22.85% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FE92EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE92EF is #016D10. Grayscale: #BCBCBC. Windows color (decimal): -93457 or 15700734. OLE color: 15700734.

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

Color convert

RGB 254 146 239 -
CMYK 0 0.43 0.06 0.00
HSL 308.33º 0.98% 0.78% -
HSV(B) 308.33º 0.43% 1% -
XYZ 66.73 47.86 87.38 -
YUV 188.89 156.28 174.44 -
System Red Green Blue C M Y K H S L
Decimal 254 146 239 0 0.43 0.06 0.00 308.33 0.98 0.78
Hex FE 92 EF 0 2B 6 0 134 62 4E
Octal 376 222 357 0 53 6 0 464 142 116
Binary 11111110 10010010 11101111 0 101011 110 0 100110100 1100010 1001110

Color Harmonies of #FE92EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE92EF

Black with #FE92EF

Text Example


Text Example

White with #FE92EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE92EF; }

 p { color: rgb(254,146,239); }

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

background-color css

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

 a { background-color: rgb(254,146,239); }

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

border-color css

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

 span { border-color: rgb(254,146,239); }

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