Html Css Color HEX #FF82ED Pale Magenta

📋 copy color: '#FF82ED'

red 255 ◦ green 130 ◦ blue 237

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

Shades of Pale Magenta #FF82ED

Tints of Pale Magenta #FF82ED

RGB

 RED value IS 255 (100% from 255) = 41%

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

 BLUE value IS 237 (92.97% from 255) = 38.1%

R = 41%
G = 20.9%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#FF82ED (or 0xFF82ED) is known color: Pale Magenta. HEX triplet: FF, 82 and ED. RGB value is (255,130,237). Sum of RGB (Red+Green+Blue) = 255+130+237=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82ED is #007D12. Grayscale: #B3B3B3. Windows color (decimal): -32019 or 15565567. OLE color: 15565567.

HSL color Cylindrical-coordinate representation of color #FF82ED: hue angle of 308.64º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF82ED is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 237 -
CMYK 0 0.49 0.07 0
HSL 308.64º 1% 0.75% -
HSV(B) 308.64º 0.49% 1% -
XYZ 64.51 43.34 85.09 -
YUV 179.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 255 130 237 0 0.49 0.07 0 308.64 1 0.75
Hex FF 82 ED 0 31 7 0 135 64 4B
Octal 377 202 355 0 61 7 0 465 144 113
Binary 11111111 10000010 11101101 0 110001 111 0 100110101 1100100 1001011

Color Harmonies of #FF82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82ED

Black with #FF82ED

Text Example


Text Example

White with #FF82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82ED; }

 p { color: rgb(255,130,237); }

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

background-color css

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

 a { background-color: rgb(255,130,237); }

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

border-color css

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

 span { border-color: rgb(255,130,237); }

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