Html Css Color HEX #FA80EE Pale Magenta

📋 copy color: '#FA80EE'

red 250 ◦ green 128 ◦ blue 238

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

Shades of Pale Magenta #FA80EE

Tints of Pale Magenta #FA80EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.64%

R = 40.58%
G = 20.78%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA80EE (or 0xFA80EE) is known color: Pale Magenta. HEX triplet: FA, 80 and EE. RGB value is (250,128,238). Sum of RGB (Red+Green+Blue) = 250+128+238=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80EE is #057F11. Grayscale: #B0B0B0. Windows color (decimal): -360210 or 15630586. OLE color: 15630586.

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

Color convert

RGB 250 128 238 -
CMYK 0 0.49 0.05 0.02
HSL 305.9º 0.92% 0.74% -
HSV(B) 305.9º 0.49% 0.98% -
XYZ 62.58 41.94 85.69 -
YUV 177.02 162.42 180.06 -
System Red Green Blue C M Y K H S L
Decimal 250 128 238 0 0.49 0.05 0.02 305.9 0.92 0.74
Hex FA 80 EE 0 31 5 2 132 5C 4A
Octal 372 200 356 0 61 5 2 462 134 112
Binary 11111010 10000000 11101110 0 110001 101 10 100110010 1011100 1001010

Color Harmonies of #FA80EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80EE

Black with #FA80EE

Text Example


Text Example

White with #FA80EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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