Html Css Color HEX #FA80DC Pale Magenta

📋 copy color: '#FA80DC'

red 250 ◦ green 128 ◦ blue 220

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

Shades of Pale Magenta #FA80DC

Tints of Pale Magenta #FA80DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.79%

R = 41.81%
G = 21.4%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA80DC (or 0xFA80DC) is known color: Pale Magenta. HEX triplet: FA, 80 and DC. RGB value is (250,128,220). Sum of RGB (Red+Green+Blue) = 250+128+220=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 128 (50.39% from 255 or 21.40% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80DC is #057F23. Grayscale: #AEAEAE. Windows color (decimal): -360228 or 14450938. OLE color: 14450938.

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

Color convert

RGB 250 128 220 -
CMYK 0 0.49 0.12 0.02
HSL 314.75º 0.92% 0.74% -
HSV(B) 314.75º 0.49% 0.98% -
XYZ 60.06 40.93 72.44 -
YUV 174.97 153.42 181.52 -
System Red Green Blue C M Y K H S L
Decimal 250 128 220 0 0.49 0.12 0.02 314.75 0.92 0.74
Hex FA 80 DC 0 31 C 2 13B 5C 4A
Octal 372 200 334 0 61 14 2 473 134 112
Binary 11111010 10000000 11011100 0 110001 1100 10 100111011 1011100 1001010

Color Harmonies of #FA80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80DC

Black with #FA80DC

Text Example


Text Example

White with #FA80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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