Html Css Color HEX #FE78DF Pale Magenta

📋 copy color: '#FE78DF'

red 254 ◦ green 120 ◦ blue 223

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

Shades of Pale Magenta #FE78DF

Tints of Pale Magenta #FE78DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 20.1%

 BLUE value IS 223 (87.5% from 255) = 37.35%

R = 42.55%
G = 20.1%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#FE78DF (or 0xFE78DF) is known color: Pale Magenta. HEX triplet: FE, 78 and DF. RGB value is (254,120,223). Sum of RGB (Red+Green+Blue) = 254+120+223=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE78DF is #018720. Grayscale: #ABABAB. Windows color (decimal): -100129 or 14645502. OLE color: 14645502.

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

Color convert

RGB 254 120 223 -
CMYK 0 0.53 0.12 0.00
HSL 313.88º 0.99% 0.73% -
HSV(B) 313.88º 0.53% 1% -
XYZ 60.91 39.83 74.29 -
YUV 171.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 254 120 223 0 0.53 0.12 0.00 313.88 0.99 0.73
Hex FE 78 DF 0 35 C 0 13A 63 49
Octal 376 170 337 0 65 14 0 472 143 111
Binary 11111110 1111000 11011111 0 110101 1100 0 100111010 1100011 1001001

Color Harmonies of #FE78DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78DF

Black with #FE78DF

Text Example


Text Example

White with #FE78DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78DF; }

 p { color: rgb(254,120,223); }

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

background-color css

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

 a { background-color: rgb(254,120,223); }

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

border-color css

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

 span { border-color: rgb(254,120,223); }

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