Html Css Color HEX #FE71E4 Pale Magenta

📋 copy color: '#FE71E4'

red 254 ◦ green 113 ◦ blue 228

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

Shades of Pale Magenta #FE71E4

Tints of Pale Magenta #FE71E4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 18.99%

 BLUE value IS 228 (89.45% from 255) = 38.32%

R = 42.69%
G = 18.99%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FE71E4 (or 0xFE71E4) is known color: Pale Magenta. HEX triplet: FE, 71 and E4. RGB value is (254,113,228). Sum of RGB (Red+Green+Blue) = 254+113+228=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 228 (89.45% from 255 or 38.32% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71E4 is #018E1B. Grayscale: #A7A7A7. Windows color (decimal): -101916 or 14971390. OLE color: 14971390.

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

Color convert

RGB 254 113 228 -
CMYK 0 0.56 0.10 0.00
HSL 311.06º 0.99% 0.72% -
HSV(B) 311.06º 0.56% 1% -
XYZ 60.78 38.48 77.62 -
YUV 168.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 254 113 228 0 0.56 0.10 0.00 311.06 0.99 0.72
Hex FE 71 E4 0 38 A 0 137 63 48
Octal 376 161 344 0 70 12 0 467 143 110
Binary 11111110 1110001 11100100 0 111000 1010 0 100110111 1100011 1001000

Color Harmonies of #FE71E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71E4

Black with #FE71E4

Text Example


Text Example

White with #FE71E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71E4; }

 p { color: rgb(254,113,228); }

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

background-color css

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

 a { background-color: rgb(254,113,228); }

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

border-color css

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

 span { border-color: rgb(254,113,228); }

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