Html Css Color HEX #FA7EE2 Pale Magenta

📋 copy color: '#FA7EE2'

red 250 ◦ green 126 ◦ blue 226

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

Shades of Pale Magenta #FA7EE2

Tints of Pale Magenta #FA7EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.54%

R = 41.53%
G = 20.93%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA7EE2 (or 0xFA7EE2) is known color: Pale Magenta. HEX triplet: FA, 7E and E2. RGB value is (250,126,226). Sum of RGB (Red+Green+Blue) = 250+126+226=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7EE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7EE2 is #05811D. Grayscale: #AEAEAE. Windows color (decimal): -360734 or 14843642. OLE color: 14843642.

HSL color Cylindrical-coordinate representation of color #FA7EE2: hue angle of 311.61º 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 #FA7EE2 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 126 226 -
CMYK 0 0.50 0.10 0.02
HSL 311.61º 0.93% 0.74% -
HSV(B) 311.61º 0.5% 0.98% -
XYZ 60.61 40.74 76.62 -
YUV 174.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 250 126 226 0 0.50 0.10 0.02 311.61 0.93 0.74
Hex FA 7E E2 0 32 A 2 138 5D 4A
Octal 372 176 342 0 62 12 2 470 135 112
Binary 11111010 1111110 11100010 0 110010 1010 10 100111000 1011101 1001010

Color Harmonies of #FA7EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7EE2

Black with #FA7EE2

Text Example


Text Example

White with #FA7EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7EE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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