Html Css Color HEX #FE83EF Pale Magenta

📋 copy color: '#FE83EF'

red 254 ◦ green 131 ◦ blue 239

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

Shades of Pale Magenta #FE83EF

Tints of Pale Magenta #FE83EF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 20.99%

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

R = 40.71%
G = 20.99%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE83EF (or 0xFE83EF) is known color: Pale Magenta. HEX triplet: FE, 83 and EF. RGB value is (254,131,239). Sum of RGB (Red+Green+Blue) = 254+131+239=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 131 (51.56% from 255 or 20.99% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FE83EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE83EF is #017C10. Grayscale: #B3B3B3. Windows color (decimal): -97297 or 15696894. OLE color: 15696894.

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

Color convert

RGB 254 131 239 -
CMYK 0 0.48 0.06 0.00
HSL 307.32º 0.98% 0.75% -
HSV(B) 307.32º 0.48% 1% -
XYZ 64.57 43.54 86.66 -
YUV 180.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 254 131 239 0 0.48 0.06 0.00 307.32 0.98 0.75
Hex FE 83 EF 0 30 6 0 133 62 4B
Octal 376 203 357 0 60 6 0 463 142 113
Binary 11111110 10000011 11101111 0 110000 110 0 100110011 1100010 1001011

Color Harmonies of #FE83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE83EF

Black with #FE83EF

Text Example


Text Example

White with #FE83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE83EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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