Html Css Color HEX #FA7EDF Pale Magenta

📋 copy color: '#FA7EDF'

red 250 ◦ green 126 ◦ blue 223

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

Shades of Pale Magenta #FA7EDF

Tints of Pale Magenta #FA7EDF

RGB

 RED value IS 250 (98.05% from 255) = 41.74%

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

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

R = 41.74%
G = 21.04%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA7EDF (or 0xFA7EDF) is known color: Pale Magenta. HEX triplet: FA, 7E and DF. RGB value is (250,126,223). Sum of RGB (Red+Green+Blue) = 250+126+223=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 126 (49.61% from 255 or 21.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EDF is #058120. Grayscale: #ADADAD. Windows color (decimal): -360737 or 14647034. OLE color: 14647034.

HSL color Cylindrical-coordinate representation of color #FA7EDF: hue angle of 313.06º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7EDF is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 126 223 -
CMYK 0 0.50 0.11 0.02
HSL 313.06º 0.93% 0.74% -
HSV(B) 313.06º 0.5% 0.98% -
XYZ 60.2 40.57 74.47 -
YUV 174.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 250 126 223 0 0.50 0.11 0.02 313.06 0.93 0.74
Hex FA 7E DF 0 32 B 2 139 5D 4A
Octal 372 176 337 0 62 13 2 471 135 112
Binary 11111010 1111110 11011111 0 110010 1011 10 100111001 1011101 1001010

Color Harmonies of #FA7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7EDF

Black with #FA7EDF

Text Example


Text Example

White with #FA7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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