Html Css Color HEX #FA81D6 Pale Magenta

📋 copy color: '#FA81D6'

red 250 ◦ green 129 ◦ blue 214

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

Shades of Pale Magenta #FA81D6

Tints of Pale Magenta #FA81D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.09%

R = 42.16%
G = 21.75%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FA81D6 (or 0xFA81D6) is known color: Pale Magenta. HEX triplet: FA, 81 and D6. RGB value is (250,129,214). Sum of RGB (Red+Green+Blue) = 250+129+214=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81D6 is #057E29. Grayscale: #AEAEAE. Windows color (decimal): -359978 or 14057978. OLE color: 14057978.

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

Color convert

RGB 250 129 214 -
CMYK 0 0.48 0.14 0.02
HSL 317.85º 0.92% 0.74% -
HSV(B) 317.85º 0.48% 0.98% -
XYZ 59.41 40.88 68.38 -
YUV 174.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 250 129 214 0 0.48 0.14 0.02 317.85 0.92 0.74
Hex FA 81 D6 0 30 E 2 13E 5C 4A
Octal 372 201 326 0 60 16 2 476 134 112
Binary 11111010 10000001 11010110 0 110000 1110 10 100111110 1011100 1001010

Color Harmonies of #FA81D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81D6

Black with #FA81D6

Text Example


Text Example

White with #FA81D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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