Html Css Color HEX #FA81DA Pale Magenta

📋 copy color: '#FA81DA'

red 250 ◦ green 129 ◦ blue 218

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

Shades of Pale Magenta #FA81DA

Tints of Pale Magenta #FA81DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.61%

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

R = 41.88%
G = 21.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FA81DA (or 0xFA81DA) is known color: Pale Magenta. HEX triplet: FA, 81 and DA. RGB value is (250,129,218). Sum of RGB (Red+Green+Blue) = 250+129+218=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81DA is #057E25. Grayscale: #AFAFAF. Windows color (decimal): -359974 or 14320122. OLE color: 14320122.

HSL color Cylindrical-coordinate representation of color #FA81DA: hue angle of 315.87º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81DA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 129 218 -
CMYK 0 0.48 0.13 0.02
HSL 315.87º 0.92% 0.74% -
HSV(B) 315.87º 0.48% 0.98% -
XYZ 59.93 41.09 71.1 -
YUV 175.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 250 129 218 0 0.48 0.13 0.02 315.87 0.92 0.74
Hex FA 81 DA 0 30 D 2 13C 5C 4A
Octal 372 201 332 0 60 15 2 474 134 112
Binary 11111010 10000001 11011010 0 110000 1101 10 100111100 1011100 1001010

Color Harmonies of #FA81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81DA

Black with #FA81DA

Text Example


Text Example

White with #FA81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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