Html Css Color HEX #FA80DB Pale Magenta

📋 copy color: '#FA80DB'

red 250 ◦ green 128 ◦ blue 219

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

Shades of Pale Magenta #FA80DB

Tints of Pale Magenta #FA80DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.68%

R = 41.88%
G = 21.44%
B = 36.68%

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

#FA80DB (or 0xFA80DB) is known color: Pale Magenta. HEX triplet: FA, 80 and DB. RGB value is (250,128,219). Sum of RGB (Red+Green+Blue) = 250+128+219=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80DB is #057F24. Grayscale: #AEAEAE. Windows color (decimal): -360229 or 14385402. OLE color: 14385402.

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

Color convert

RGB 250 128 219 -
CMYK 0 0.49 0.12 0.02
HSL 315.25º 0.92% 0.74% -
HSV(B) 315.25º 0.49% 0.98% -
XYZ 59.93 40.88 71.75 -
YUV 174.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 250 128 219 0 0.49 0.12 0.02 315.25 0.92 0.74
Hex FA 80 DB 0 31 C 2 13B 5C 4A
Octal 372 200 333 0 61 14 2 473 134 112
Binary 11111010 10000000 11011011 0 110001 1100 10 100111011 1011100 1001010

Color Harmonies of #FA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA80DB

Black with #FA80DB

Text Example


Text Example

White with #FA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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