Html Css Color HEX #FF7EDF Pale Magenta

📋 copy color: '#FF7EDF'

red 255 ◦ green 126 ◦ blue 223

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

Shades of Pale Magenta #FF7EDF

Tints of Pale Magenta #FF7EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 42.22%
G = 20.86%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#FF7EDF (or 0xFF7EDF) is known color: Pale Magenta. HEX triplet: FF, 7E and DF. RGB value is (255,126,223). Sum of RGB (Red+Green+Blue) = 255+126+223=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 126 (49.61% from 255 or 20.86% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EDF is #008120. Grayscale: #AFAFAF. Windows color (decimal): -33057 or 14647039. OLE color: 14647039.

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

Color convert

RGB 255 126 223 -
CMYK 0 0.51 0.13 0
HSL 314.88º 1% 0.75% -
HSV(B) 314.88º 0.51% 1% -
XYZ 62.02 41.51 74.56 -
YUV 175.63 154.74 184.61 -
System Red Green Blue C M Y K H S L
Decimal 255 126 223 0 0.51 0.13 0 314.88 1 0.75
Hex FF 7E DF 0 33 D 0 13B 64 4B
Octal 377 176 337 0 63 15 0 473 144 113
Binary 11111111 1111110 11011111 0 110011 1101 0 100111011 1100100 1001011

Color Harmonies of #FF7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EDF

Black with #FF7EDF

Text Example


Text Example

White with #FF7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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