Html Css Color HEX #FA83E2 Pale Magenta

📋 copy color: '#FA83E2'

red 250 ◦ green 131 ◦ blue 226

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

Shades of Pale Magenta #FA83E2

Tints of Pale Magenta #FA83E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.23%

R = 41.19%
G = 21.58%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#FA83E2 (or 0xFA83E2) is known color: Pale Magenta. HEX triplet: FA, 83 and E2. RGB value is (250,131,226). Sum of RGB (Red+Green+Blue) = 250+131+226=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 131 (51.56% from 255 or 21.58% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA83E2 is #057C1D. Grayscale: #B1B1B1. Windows color (decimal): -359454 or 14844922. OLE color: 14844922.

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

Color convert

RGB 250 131 226 -
CMYK 0 0.48 0.10 0.02
HSL 312.1º 0.92% 0.75% -
HSV(B) 312.1º 0.48% 0.98% -
XYZ 61.27 42.05 76.84 -
YUV 177.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 250 131 226 0 0.48 0.10 0.02 312.1 0.92 0.75
Hex FA 83 E2 0 30 A 2 138 5C 4B
Octal 372 203 342 0 60 12 2 470 134 113
Binary 11111010 10000011 11100010 0 110000 1010 10 100111000 1011100 1001011

Color Harmonies of #FA83E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA83E2

Black with #FA83E2

Text Example


Text Example

White with #FA83E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA83E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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