Html Css Color HEX #FA82E5 Pale Magenta

📋 copy color: '#FA82E5'

red 250 ◦ green 130 ◦ blue 229

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

Shades of Pale Magenta #FA82E5

Tints of Pale Magenta #FA82E5

RGB

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

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

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

R = 41.05%
G = 21.35%
B = 37.6%

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

#FA82E5 (or 0xFA82E5) is known color: Pale Magenta. HEX triplet: FA, 82 and E5. RGB value is (250,130,229). Sum of RGB (Red+Green+Blue) = 250+130+229=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA82E5 is #057D1A. Grayscale: #B0B0B0. Windows color (decimal): -359707 or 15041274. OLE color: 15041274.

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

Color convert

RGB 250 130 229 -
CMYK 0 0.48 0.08 0.02
HSL 310.5º 0.92% 0.75% -
HSV(B) 310.5º 0.48% 0.98% -
XYZ 61.55 41.95 78.98 -
YUV 177.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 250 130 229 0 0.48 0.08 0.02 310.5 0.92 0.75
Hex FA 82 E5 0 30 8 2 136 5C 4B
Octal 372 202 345 0 60 10 2 466 134 113
Binary 11111010 10000010 11100101 0 110000 1000 10 100110110 1011100 1001011

Color Harmonies of #FA82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA82E5

Black with #FA82E5

Text Example


Text Example

White with #FA82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA82E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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