Html Css Color HEX #FA81DD Pale Magenta

📋 copy color: '#FA81DD'

red 250 ◦ green 129 ◦ blue 221

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

Shades of Pale Magenta #FA81DD

Tints of Pale Magenta #FA81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 41.67%
G = 21.5%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FA81DD (or 0xFA81DD) is known color: Pale Magenta. HEX triplet: FA, 81 and DD. RGB value is (250,129,221). Sum of RGB (Red+Green+Blue) = 250+129+221=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 129 (50.78% from 255 or 21.5% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81DD is #057E22. Grayscale: #AFAFAF. Windows color (decimal): -359971 or 14516730. OLE color: 14516730.

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

Color convert

RGB 250 129 221 -
CMYK 0 0.48 0.12 0.02
HSL 314.38º 0.92% 0.74% -
HSV(B) 314.38º 0.48% 0.98% -
XYZ 60.33 41.24 73.19 -
YUV 175.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 250 129 221 0 0.48 0.12 0.02 314.38 0.92 0.74
Hex FA 81 DD 0 30 C 2 13A 5C 4A
Octal 372 201 335 0 60 14 2 472 134 112
Binary 11111010 10000001 11011101 0 110000 1100 10 100111010 1011100 1001010

Color Harmonies of #FA81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81DD

Black with #FA81DD

Text Example


Text Example

White with #FA81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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