Html Css Color HEX #FE72DB Pale Magenta

📋 copy color: '#FE72DB'

red 254 ◦ green 114 ◦ blue 219

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

Shades of Pale Magenta #FE72DB

Tints of Pale Magenta #FE72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 19.42%

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

R = 43.27%
G = 19.42%
B = 37.31%

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

#FE72DB (or 0xFE72DB) is known color: Pale Magenta. HEX triplet: FE, 72 and DB. RGB value is (254,114,219). Sum of RGB (Red+Green+Blue) = 254+114+219=587 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.27% from 587); Green value is 114 (44.92% from 255 or 19.42% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72DB is #018D24. Grayscale: #A7A7A7. Windows color (decimal): -101669 or 14381822. OLE color: 14381822.

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

Color convert

RGB 254 114 219 -
CMYK 0 0.55 0.14 0.00
HSL 315º 0.99% 0.72% -
HSV(B) 315º 0.55% 1% -
XYZ 59.68 38.22 71.25 -
YUV 167.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 254 114 219 0 0.55 0.14 0.00 315 0.99 0.72
Hex FE 72 DB 0 37 E 0 13B 63 48
Octal 376 162 333 0 67 16 0 473 143 110
Binary 11111110 1110010 11011011 0 110111 1110 0 100111011 1100011 1001000

Color Harmonies of #FE72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE72DB

Black with #FE72DB

Text Example


Text Example

White with #FE72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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