Html Css Color HEX #FA80DA Pale Magenta

📋 copy color: '#FA80DA'

red 250 ◦ green 128 ◦ blue 218

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

Shades of Pale Magenta #FA80DA

Tints of Pale Magenta #FA80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 41.95%
G = 21.48%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA80DA (or 0xFA80DA) is known color: Pale Magenta. HEX triplet: FA, 80 and DA. RGB value is (250,128,218). Sum of RGB (Red+Green+Blue) = 250+128+218=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80DA is #057F25. Grayscale: #AEAEAE. Windows color (decimal): -360230 or 14319866. OLE color: 14319866.

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

Color convert

RGB 250 128 218 -
CMYK 0 0.49 0.13 0.02
HSL 315.74º 0.92% 0.74% -
HSV(B) 315.74º 0.49% 0.98% -
XYZ 59.8 40.82 71.06 -
YUV 174.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 250 128 218 0 0.49 0.13 0.02 315.74 0.92 0.74
Hex FA 80 DA 0 31 D 2 13C 5C 4A
Octal 372 200 332 0 61 15 2 474 134 112
Binary 11111010 10000000 11011010 0 110001 1101 10 100111100 1011100 1001010

Color Harmonies of #FA80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80DA

Black with #FA80DA

Text Example


Text Example

White with #FA80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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