Html Css Color HEX #FA83D9 Pale Magenta

📋 copy color: '#FA83D9'

red 250 ◦ green 131 ◦ blue 217

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

Shades of Pale Magenta #FA83D9

Tints of Pale Magenta #FA83D9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 21.91%

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 41.81%
G = 21.91%
B = 36.29%

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

#FA83D9 (or 0xFA83D9) is known color: Pale Magenta. HEX triplet: FA, 83 and D9. RGB value is (250,131,217). Sum of RGB (Red+Green+Blue) = 250+131+217=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83D9 is #057C26. Grayscale: #B0B0B0. Windows color (decimal): -359463 or 14255098. OLE color: 14255098.

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

Color convert

RGB 250 131 217 -
CMYK 0 0.48 0.13 0.02
HSL 316.64º 0.92% 0.75% -
HSV(B) 316.64º 0.48% 0.98% -
XYZ 60.07 41.57 70.5 -
YUV 176.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 250 131 217 0 0.48 0.13 0.02 316.64 0.92 0.75
Hex FA 83 D9 0 30 D 2 13D 5C 4B
Octal 372 203 331 0 60 15 2 475 134 113
Binary 11111010 10000011 11011001 0 110000 1101 10 100111101 1011100 1001011

Color Harmonies of #FA83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83D9

Black with #FA83D9

Text Example


Text Example

White with #FA83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83D9; }

 p { color: rgb(250,131,217); }

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

background-color css

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

 a { background-color: rgb(250,131,217); }

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

border-color css

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

 span { border-color: rgb(250,131,217); }

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