Html Css Color HEX #FA83DF Pale Magenta

📋 copy color: '#FA83DF'

red 250 ◦ green 131 ◦ blue 223

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

Shades of Pale Magenta #FA83DF

Tints of Pale Magenta #FA83DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 41.39%
G = 21.69%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#FA83DF (or 0xFA83DF) is known color: Pale Magenta. HEX triplet: FA, 83 and DF. RGB value is (250,131,223). Sum of RGB (Red+Green+Blue) = 250+131+223=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 131 (51.56% from 255 or 21.69% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83DF is #057C20. Grayscale: #B0B0B0. Windows color (decimal): -359457 or 14648314. OLE color: 14648314.

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

Color convert

RGB 250 131 223 -
CMYK 0 0.48 0.11 0.02
HSL 313.61º 0.92% 0.75% -
HSV(B) 313.61º 0.48% 0.98% -
XYZ 60.86 41.88 74.69 -
YUV 177.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 250 131 223 0 0.48 0.11 0.02 313.61 0.92 0.75
Hex FA 83 DF 0 30 B 2 13A 5C 4B
Octal 372 203 337 0 60 13 2 472 134 113
Binary 11111010 10000011 11011111 0 110000 1011 10 100111010 1011100 1001011

Color Harmonies of #FA83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83DF

Black with #FA83DF

Text Example


Text Example

White with #FA83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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