Html Css Color HEX #FA80DF Pale Magenta

📋 copy color: '#FA80DF'

red 250 ◦ green 128 ◦ blue 223

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

Shades of Pale Magenta #FA80DF

Tints of Pale Magenta #FA80DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.1%

R = 41.6%
G = 21.3%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA80DF (or 0xFA80DF) is known color: Pale Magenta. HEX triplet: FA, 80 and DF. RGB value is (250,128,223). Sum of RGB (Red+Green+Blue) = 250+128+223=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 128 (50.39% from 255 or 21.30% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80DF is #057F20. Grayscale: #AFAFAF. Windows color (decimal): -360225 or 14647546. OLE color: 14647546.

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

Color convert

RGB 250 128 223 -
CMYK 0 0.49 0.11 0.02
HSL 313.28º 0.92% 0.74% -
HSV(B) 313.28º 0.49% 0.98% -
XYZ 60.46 41.09 74.56 -
YUV 175.31 154.92 181.28 -
System Red Green Blue C M Y K H S L
Decimal 250 128 223 0 0.49 0.11 0.02 313.28 0.92 0.74
Hex FA 80 DF 0 31 B 2 139 5C 4A
Octal 372 200 337 0 61 13 2 471 134 112
Binary 11111010 10000000 11011111 0 110001 1011 10 100111001 1011100 1001010

Color Harmonies of #FA80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80DF

Black with #FA80DF

Text Example


Text Example

White with #FA80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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