Html Css Color HEX #FA83E5 Pale Magenta

📋 copy color: '#FA83E5'

red 250 ◦ green 131 ◦ blue 229

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

Shades of Pale Magenta #FA83E5

Tints of Pale Magenta #FA83E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 40.98%
G = 21.48%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#FA83E5 (or 0xFA83E5) is known color: Pale Magenta. HEX triplet: FA, 83 and E5. RGB value is (250,131,229). Sum of RGB (Red+Green+Blue) = 250+131+229=610 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.98% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83E5 is #057C1A. Grayscale: #B1B1B1. Windows color (decimal): -359451 or 15041530. OLE color: 15041530.

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

Color convert

RGB 250 131 229 -
CMYK 0 0.48 0.08 0.02
HSL 310.59º 0.92% 0.75% -
HSV(B) 310.59º 0.48% 0.98% -
XYZ 61.68 42.21 79.03 -
YUV 177.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 250 131 229 0 0.48 0.08 0.02 310.59 0.92 0.75
Hex FA 83 E5 0 30 8 2 137 5C 4B
Octal 372 203 345 0 60 10 2 467 134 113
Binary 11111010 10000011 11100101 0 110000 1000 10 100110111 1011100 1001011

Color Harmonies of #FA83E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83E5

Black with #FA83E5

Text Example


Text Example

White with #FA83E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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