Html Css Color HEX #FE78EE Pale Magenta

📋 copy color: '#FE78EE'

red 254 ◦ green 120 ◦ blue 238

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

Shades of Pale Magenta #FE78EE

Tints of Pale Magenta #FE78EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.89%

R = 41.5%
G = 19.61%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE78EE (or 0xFE78EE) is known color: Pale Magenta. HEX triplet: FE, 78 and EE. RGB value is (254,120,238). Sum of RGB (Red+Green+Blue) = 254+120+238=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 120 (47.27% from 255 or 19.61% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE78EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE78EE is #018711. Grayscale: #ADADAD. Windows color (decimal): -100114 or 15628542. OLE color: 15628542.

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

Color convert

RGB 254 120 238 -
CMYK 0 0.53 0.06 0.00
HSL 307.16º 0.99% 0.73% -
HSV(B) 307.16º 0.53% 1% -
XYZ 63.02 40.68 85.42 -
YUV 173.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 254 120 238 0 0.53 0.06 0.00 307.16 0.99 0.73
Hex FE 78 EE 0 35 6 0 133 63 49
Octal 376 170 356 0 65 6 0 463 143 111
Binary 11111110 1111000 11101110 0 110101 110 0 100110011 1100011 1001001

Color Harmonies of #FE78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE78EE

Black with #FE78EE

Text Example


Text Example

White with #FE78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE78EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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