Html Css Color HEX #FE71DE Pale Magenta

📋 copy color: '#FE71DE'

red 254 ◦ green 113 ◦ blue 222

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

Shades of Pale Magenta #FE71DE

Tints of Pale Magenta #FE71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 43.12%
G = 19.19%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE71DE (or 0xFE71DE) is known color: Pale Magenta. HEX triplet: FE, 71 and DE. RGB value is (254,113,222). Sum of RGB (Red+Green+Blue) = 254+113+222=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 113 (44.53% from 255 or 19.19% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE71DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE71DE is #018E21. Grayscale: #A7A7A7. Windows color (decimal): -101922 or 14578174. OLE color: 14578174.

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

Color convert

RGB 254 113 222 -
CMYK 0 0.56 0.13 0.00
HSL 313.62º 0.99% 0.72% -
HSV(B) 313.62º 0.56% 1% -
XYZ 59.96 38.16 73.31 -
YUV 167.59 158.71 189.64 -
System Red Green Blue C M Y K H S L
Decimal 254 113 222 0 0.56 0.13 0.00 313.62 0.99 0.72
Hex FE 71 DE 0 38 D 0 13A 63 48
Octal 376 161 336 0 70 15 0 472 143 110
Binary 11111110 1110001 11011110 0 111000 1101 0 100111010 1100011 1001000

Color Harmonies of #FE71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE71DE

Black with #FE71DE

Text Example


Text Example

White with #FE71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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