Html Css Color HEX #FE71DB Pale Magenta

📋 copy color: '#FE71DB'

red 254 ◦ green 113 ◦ blue 219

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

Shades of Pale Magenta #FE71DB

Tints of Pale Magenta #FE71DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.28%

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

R = 43.34%
G = 19.28%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE71DB (or 0xFE71DB) is known color: Pale Magenta. HEX triplet: FE, 71 and DB. RGB value is (254,113,219). Sum of RGB (Red+Green+Blue) = 254+113+219=586 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.34% from 586); Green value is 113 (44.53% from 255 or 19.28% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71DB is #018E24. Grayscale: #A6A6A6. Windows color (decimal): -101925 or 14381566. OLE color: 14381566.

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

Color convert

RGB 254 113 219 -
CMYK 0 0.56 0.14 0.00
HSL 314.89º 0.99% 0.72% -
HSV(B) 314.89º 0.56% 1% -
XYZ 59.56 38 71.21 -
YUV 167.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 254 113 219 0 0.56 0.14 0.00 314.89 0.99 0.72
Hex FE 71 DB 0 38 E 0 13B 63 48
Octal 376 161 333 0 70 16 0 473 143 110
Binary 11111110 1110001 11011011 0 111000 1110 0 100111011 1100011 1001000

Color Harmonies of #FE71DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71DB

Black with #FE71DB

Text Example


Text Example

White with #FE71DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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