Html Css Color HEX #FA83DD Pale Magenta

📋 copy color: '#FA83DD'

red 250 ◦ green 131 ◦ blue 221

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

Shades of Pale Magenta #FA83DD

Tints of Pale Magenta #FA83DD

RGB

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

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

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

R = 41.53%
G = 21.76%
B = 36.71%

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

#FA83DD (or 0xFA83DD) is known color: Pale Magenta. HEX triplet: FA, 83 and DD. RGB value is (250,131,221). Sum of RGB (Red+Green+Blue) = 250+131+221=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83DD is #057C22. Grayscale: #B0B0B0. Windows color (decimal): -359459 or 14517242. OLE color: 14517242.

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

Color convert

RGB 250 131 221 -
CMYK 0 0.48 0.12 0.02
HSL 314.62º 0.92% 0.75% -
HSV(B) 314.62º 0.48% 0.98% -
XYZ 60.59 41.78 73.28 -
YUV 176.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 250 131 221 0 0.48 0.12 0.02 314.62 0.92 0.75
Hex FA 83 DD 0 30 C 2 13B 5C 4B
Octal 372 203 335 0 60 14 2 473 134 113
Binary 11111010 10000011 11011101 0 110000 1100 10 100111011 1011100 1001011

Color Harmonies of #FA83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83DD

Black with #FA83DD

Text Example


Text Example

White with #FA83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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