Html Css Color HEX #FE73DB Pale Magenta

📋 copy color: '#FE73DB'

red 254 ◦ green 115 ◦ blue 219

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

Shades of Pale Magenta #FE73DB

Tints of Pale Magenta #FE73DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 43.2%
G = 19.56%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE73DB (or 0xFE73DB) is known color: Pale Magenta. HEX triplet: FE, 73 and DB. RGB value is (254,115,219). Sum of RGB (Red+Green+Blue) = 254+115+219=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 115 (45.31% from 255 or 19.56% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73DB is #018C24. Grayscale: #A8A8A8. Windows color (decimal): -101413 or 14382078. OLE color: 14382078.

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

Color convert

RGB 254 115 219 -
CMYK 0 0.55 0.14 0.00
HSL 315.11º 0.99% 0.72% -
HSV(B) 315.11º 0.55% 1% -
XYZ 59.79 38.45 71.29 -
YUV 168.42 156.55 189.04 -
System Red Green Blue C M Y K H S L
Decimal 254 115 219 0 0.55 0.14 0.00 315.11 0.99 0.72
Hex FE 73 DB 0 37 E 0 13B 63 48
Octal 376 163 333 0 67 16 0 473 143 110
Binary 11111110 1110011 11011011 0 110111 1110 0 100111011 1100011 1001000

Color Harmonies of #FE73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE73DB

Black with #FE73DB

Text Example


Text Example

White with #FE73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE73DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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