Html Css Color HEX #FF82D6 Pale Magenta

📋 copy color: '#FF82D6'

red 255 ◦ green 130 ◦ blue 214

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

Shades of Pale Magenta #FF82D6

Tints of Pale Magenta #FF82D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 42.57%
G = 21.7%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF82D6 (or 0xFF82D6) is known color: Pale Magenta. HEX triplet: FF, 82 and D6. RGB value is (255,130,214). Sum of RGB (Red+Green+Blue) = 255+130+214=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 130 (51.17% from 255 or 21.70% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF82D6 is #007D29. Grayscale: #B0B0B0. Windows color (decimal): -32042 or 14058239. OLE color: 14058239.

HSL color Cylindrical-coordinate representation of color #FF82D6: hue angle of 319.68º 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 #FF82D6 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 130 214 -
CMYK 0 0.49 0.16 0
HSL 319.68º 1% 0.75% -
HSV(B) 319.68º 0.49% 1% -
XYZ 61.36 42.08 68.51 -
YUV 176.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 255 130 214 0 0.49 0.16 0 319.68 1 0.75
Hex FF 82 D6 0 31 10 0 140 64 4B
Octal 377 202 326 0 61 20 0 500 144 113
Binary 11111111 10000010 11010110 0 110001 10000 0 101000000 1100100 1001011

Color Harmonies of #FF82D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82D6

Black with #FF82D6

Text Example


Text Example

White with #FF82D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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