Html Css Color HEX #FE73E9 Pale Magenta

📋 copy color: '#FE73E9'

red 254 ◦ green 115 ◦ blue 233

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

Shades of Pale Magenta #FE73E9

Tints of Pale Magenta #FE73E9

RGB

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

 GREEN value IS 115 (45.31% from 255) = 19.1%

 BLUE value IS 233 (91.41% from 255) = 38.7%

R = 42.19%
G = 19.1%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FE73E9 (or 0xFE73E9) is known color: Pale Magenta. HEX triplet: FE, 73 and E9. RGB value is (254,115,233). Sum of RGB (Red+Green+Blue) = 254+115+233=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 233 (91.41% from 255 or 38.70% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73E9 is #018C16. Grayscale: #A9A9A9. Windows color (decimal): -101399 or 15299582. OLE color: 15299582.

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

Color convert

RGB 254 115 233 -
CMYK 0 0.55 0.08 0.00
HSL 309.06º 0.99% 0.72% -
HSV(B) 309.06º 0.55% 1% -
XYZ 61.71 39.22 81.41 -
YUV 170.01 163.55 187.91 -
System Red Green Blue C M Y K H S L
Decimal 254 115 233 0 0.55 0.08 0.00 309.06 0.99 0.72
Hex FE 73 E9 0 37 8 0 135 63 48
Octal 376 163 351 0 67 10 0 465 143 110
Binary 11111110 1110011 11101001 0 110111 1000 0 100110101 1100011 1001000

Color Harmonies of #FE73E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73E9

Black with #FE73E9

Text Example


Text Example

White with #FE73E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73E9; }

 p { color: rgb(254,115,233); }

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

background-color css

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

 a { background-color: rgb(254,115,233); }

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

border-color css

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

 span { border-color: rgb(254,115,233); }

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