Html Css Color HEX #FA80E2 Pale Magenta

📋 copy color: '#FA80E2'

red 250 ◦ green 128 ◦ blue 226

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

Shades of Pale Magenta #FA80E2

Tints of Pale Magenta #FA80E2

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.19%

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

R = 41.39%
G = 21.19%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA80E2 (or 0xFA80E2) is known color: Pale Magenta. HEX triplet: FA, 80 and E2. RGB value is (250,128,226). Sum of RGB (Red+Green+Blue) = 250+128+226=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80E2 is #057F1D. Grayscale: #AFAFAF. Windows color (decimal): -360222 or 14844154. OLE color: 14844154.

HSL color Cylindrical-coordinate representation of color #FA80E2: hue angle of 311.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80E2 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 226 -
CMYK 0 0.49 0.10 0.02
HSL 311.8º 0.92% 0.74% -
HSV(B) 311.8º 0.49% 0.98% -
XYZ 60.87 41.25 76.71 -
YUV 175.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 250 128 226 0 0.49 0.10 0.02 311.8 0.92 0.74
Hex FA 80 E2 0 31 A 2 138 5C 4A
Octal 372 200 342 0 61 12 2 470 134 112
Binary 11111010 10000000 11100010 0 110001 1010 10 100111000 1011100 1001010

Color Harmonies of #FA80E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80E2

Black with #FA80E2

Text Example


Text Example

White with #FA80E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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