Html Css Color HEX #FF73E8 Pale Magenta

📋 copy color: '#FF73E8'

red 255 ◦ green 115 ◦ blue 232

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

Shades of Pale Magenta #FF73E8

Tints of Pale Magenta #FF73E8

RGB

 RED value IS 255 (100% from 255) = 42.36%

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

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 42.36%
G = 19.1%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FF73E8 (or 0xFF73E8) is known color: Pale Magenta. HEX triplet: FF, 73 and E8. RGB value is (255,115,232). Sum of RGB (Red+Green+Blue) = 255+115+232=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 115 (45.31% from 255 or 19.10% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF73E8 is #008C17. Grayscale: #A9A9A9. Windows color (decimal): -35864 or 15234047. OLE color: 15234047.

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

Color convert

RGB 255 115 232 -
CMYK 0 0.55 0.09 0
HSL 309.86º 1% 0.73% -
HSV(B) 309.86º 0.55% 1% -
XYZ 61.94 39.35 80.67 -
YUV 170.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 255 115 232 0 0.55 0.09 0 309.86 1 0.73
Hex FF 73 E8 0 37 9 0 136 64 49
Octal 377 163 350 0 67 11 0 466 144 111
Binary 11111111 1110011 11101000 0 110111 1001 0 100110110 1100100 1001001

Color Harmonies of #FF73E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF73E8

Black with #FF73E8

Text Example


Text Example

White with #FF73E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF73E8; }

 p { color: rgb(255,115,232); }

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

background-color css

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

 a { background-color: rgb(255,115,232); }

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

border-color css

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

 span { border-color: rgb(255,115,232); }

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