Html Css Color HEX #FE75EE Pale Magenta

📋 copy color: '#FE75EE'

red 254 ◦ green 117 ◦ blue 238

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

Shades of Pale Magenta #FE75EE

Tints of Pale Magenta #FE75EE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 19.21%

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

R = 41.71%
G = 19.21%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FE75EE (or 0xFE75EE) is known color: Pale Magenta. HEX triplet: FE, 75 and EE. RGB value is (254,117,238). Sum of RGB (Red+Green+Blue) = 254+117+238=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 117 (46.09% from 255 or 19.21% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE75EE is #018A11. Grayscale: #ABABAB. Windows color (decimal): -100882 or 15627774. OLE color: 15627774.

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

Color convert

RGB 254 117 238 -
CMYK 0 0.54 0.06 0.00
HSL 307.01º 0.99% 0.73% -
HSV(B) 307.01º 0.54% 1% -
XYZ 62.67 39.97 85.3 -
YUV 171.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 254 117 238 0 0.54 0.06 0.00 307.01 0.99 0.73
Hex FE 75 EE 0 36 6 0 133 63 49
Octal 376 165 356 0 66 6 0 463 143 111
Binary 11111110 1110101 11101110 0 110110 110 0 100110011 1100011 1001001

Color Harmonies of #FE75EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75EE

Black with #FE75EE

Text Example


Text Example

White with #FE75EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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