Html Css Color HEX #FE75E2 Pale Magenta

📋 copy color: '#FE75E2'

red 254 ◦ green 117 ◦ blue 226

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

Shades of Pale Magenta #FE75E2

Tints of Pale Magenta #FE75E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.86%

R = 42.55%
G = 19.6%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FE75E2 (or 0xFE75E2) is known color: Pale Magenta. HEX triplet: FE, 75 and E2. RGB value is (254,117,226). Sum of RGB (Red+Green+Blue) = 254+117+226=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 117 (46.09% from 255 or 19.60% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE75E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE75E2 is #018A1D. Grayscale: #AAAAAA. Windows color (decimal): -100894 or 14841342. OLE color: 14841342.

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

Color convert

RGB 254 117 226 -
CMYK 0 0.54 0.11 0.00
HSL 312.26º 0.99% 0.73% -
HSV(B) 312.26º 0.54% 1% -
XYZ 60.96 39.28 76.32 -
YUV 170.39 159.39 187.64 -
System Red Green Blue C M Y K H S L
Decimal 254 117 226 0 0.54 0.11 0.00 312.26 0.99 0.73
Hex FE 75 E2 0 36 B 0 138 63 49
Octal 376 165 342 0 66 13 0 470 143 111
Binary 11111110 1110101 11100010 0 110110 1011 0 100111000 1100011 1001001

Color Harmonies of #FE75E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE75E2

Black with #FE75E2

Text Example


Text Example

White with #FE75E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE75E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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