Html Css Color HEX #FE73EB Pale Magenta

📋 copy color: '#FE73EB'

red 254 ◦ green 115 ◦ blue 235

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

Shades of Pale Magenta #FE73EB

Tints of Pale Magenta #FE73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.91%

R = 42.05%
G = 19.04%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FE73EB (or 0xFE73EB) is known color: Pale Magenta. HEX triplet: FE, 73 and EB. RGB value is (254,115,235). Sum of RGB (Red+Green+Blue) = 254+115+235=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 115 (45.31% from 255 or 19.04% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE73EB is #018C14. Grayscale: #A9A9A9. Windows color (decimal): -101397 or 15430654. OLE color: 15430654.

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

Color convert

RGB 254 115 235 -
CMYK 0 0.55 0.07 0.00
HSL 308.2º 0.99% 0.72% -
HSV(B) 308.2º 0.55% 1% -
XYZ 62 39.33 82.92 -
YUV 170.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 254 115 235 0 0.55 0.07 0.00 308.2 0.99 0.72
Hex FE 73 EB 0 37 7 0 134 63 48
Octal 376 163 353 0 67 7 0 464 143 110
Binary 11111110 1110011 11101011 0 110111 111 0 100110100 1100011 1001000

Color Harmonies of #FE73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73EB

Black with #FE73EB

Text Example


Text Example

White with #FE73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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