Html Css Color HEX #FF7ED6 Pale Magenta

📋 copy color: '#FF7ED6'

red 255 ◦ green 126 ◦ blue 214

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

Shades of Pale Magenta #FF7ED6

Tints of Pale Magenta #FF7ED6

RGB

 RED value IS 255 (100% from 255) = 42.86%

 GREEN value IS 126 (49.61% from 255) = 21.18%

 BLUE value IS 214 (83.98% from 255) = 35.97%

R = 42.86%
G = 21.18%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7ED6 (or 0xFF7ED6) is known color: Pale Magenta. HEX triplet: FF, 7E and D6. RGB value is (255,126,214). Sum of RGB (Red+Green+Blue) = 255+126+214=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7ED6 is #008129. Grayscale: #AEAEAE. Windows color (decimal): -33066 or 14057215. OLE color: 14057215.

HSL color Cylindrical-coordinate representation of color #FF7ED6: hue angle of 319.07º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7ED6 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 214 -
CMYK 0 0.51 0.16 0
HSL 319.07º 1% 0.75% -
HSV(B) 319.07º 0.51% 1% -
XYZ 60.84 41.04 68.33 -
YUV 174.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 255 126 214 0 0.51 0.16 0 319.07 1 0.75
Hex FF 7E D6 0 33 10 0 13F 64 4B
Octal 377 176 326 0 63 20 0 477 144 113
Binary 11111111 1111110 11010110 0 110011 10000 0 100111111 1100100 1001011

Color Harmonies of #FF7ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7ED6

Black with #FF7ED6

Text Example


Text Example

White with #FF7ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7ED6; }

 p { color: rgb(255,126,214); }

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

background-color css

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

 a { background-color: rgb(255,126,214); }

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

border-color css

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

 span { border-color: rgb(255,126,214); }

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