Html Css Color HEX #FA80E6 Pale Magenta

📋 copy color: '#FA80E6'

red 250 ◦ green 128 ◦ blue 230

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

Shades of Pale Magenta #FA80E6

Tints of Pale Magenta #FA80E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 41.12%
G = 21.05%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA80E6 (or 0xFA80E6) is known color: Pale Magenta. HEX triplet: FA, 80 and E6. RGB value is (250,128,230). Sum of RGB (Red+Green+Blue) = 250+128+230=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA80E6 is #057F19. Grayscale: #AFAFAF. Windows color (decimal): -360218 or 15106298. OLE color: 15106298.

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

Color convert

RGB 250 128 230 -
CMYK 0 0.49 0.08 0.02
HSL 309.84º 0.92% 0.74% -
HSV(B) 309.84º 0.49% 0.98% -
XYZ 61.43 41.48 79.63 -
YUV 176.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 250 128 230 0 0.49 0.08 0.02 309.84 0.92 0.74
Hex FA 80 E6 0 31 8 2 136 5C 4A
Octal 372 200 346 0 61 10 2 466 134 112
Binary 11111010 10000000 11100110 0 110001 1000 10 100110110 1011100 1001010

Color Harmonies of #FA80E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80E6

Black with #FA80E6

Text Example


Text Example

White with #FA80E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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