Html Css Color HEX #FA81D4 Pale Magenta

📋 copy color: '#FA81D4'

red 250 ◦ green 129 ◦ blue 212

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

Shades of Pale Magenta #FA81D4

Tints of Pale Magenta #FA81D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.87%

R = 42.3%
G = 21.83%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FA81D4 (or 0xFA81D4) is known color: Pale Magenta. HEX triplet: FA, 81 and D4. RGB value is (250,129,212). Sum of RGB (Red+Green+Blue) = 250+129+212=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 129 (50.78% from 255 or 21.83% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA81D4 is #057E2B. Grayscale: #AEAEAE. Windows color (decimal): -359980 or 13926906. OLE color: 13926906.

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

Color convert

RGB 250 129 212 -
CMYK 0 0.48 0.15 0.02
HSL 318.84º 0.92% 0.74% -
HSV(B) 318.84º 0.48% 0.98% -
XYZ 59.16 40.78 67.04 -
YUV 174.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 250 129 212 0 0.48 0.15 0.02 318.84 0.92 0.74
Hex FA 81 D4 0 30 F 2 13F 5C 4A
Octal 372 201 324 0 60 17 2 477 134 112
Binary 11111010 10000001 11010100 0 110000 1111 10 100111111 1011100 1001010

Color Harmonies of #FA81D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA81D4

Black with #FA81D4

Text Example


Text Example

White with #FA81D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA81D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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