Html Css Color HEX #FA82E2 Pale Magenta

📋 copy color: '#FA82E2'

red 250 ◦ green 130 ◦ blue 226

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

Shades of Pale Magenta #FA82E2

Tints of Pale Magenta #FA82E2

RGB

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

 GREEN value IS 130 (51.17% from 255) = 21.45%

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

R = 41.25%
G = 21.45%
B = 37.29%

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

#FA82E2 (or 0xFA82E2) is known color: Pale Magenta. HEX triplet: FA, 82 and E2. RGB value is (250,130,226). Sum of RGB (Red+Green+Blue) = 250+130+226=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 226 (88.67% from 255 or 37.29% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82E2 is #057D1D. Grayscale: #B0B0B0. Windows color (decimal): -359710 or 14844666. OLE color: 14844666.

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

Color convert

RGB 250 130 226 -
CMYK 0 0.48 0.10 0.02
HSL 312º 0.92% 0.75% -
HSV(B) 312º 0.48% 0.98% -
XYZ 61.13 41.78 76.79 -
YUV 176.82 155.76 180.19 -
System Red Green Blue C M Y K H S L
Decimal 250 130 226 0 0.48 0.10 0.02 312 0.92 0.75
Hex FA 82 E2 0 30 A 2 138 5C 4B
Octal 372 202 342 0 60 12 2 470 134 113
Binary 11111010 10000010 11100010 0 110000 1010 10 100111000 1011100 1001011

Color Harmonies of #FA82E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA82E2

Black with #FA82E2

Text Example


Text Example

White with #FA82E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA82E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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