Html Css Color HEX #FF82FF Fuchsia Pink

📋 copy color: '#FF82FF'

red 255 ◦ green 130 ◦ blue 255

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

Shades of Fuchsia Pink #FF82FF

Tints of Fuchsia Pink #FF82FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.84%

R = 39.84%
G = 20.31%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FF82FF (or 0xFF82FF) is known color: Fuchsia Pink. HEX triplet: FF, 82 and FF. RGB value is (255,130,255). Sum of RGB (Red+Green+Blue) = 255+130+255=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 130 (51.17% from 255 or 20.31% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF82FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82FF is #007D00. Grayscale: #B5B5B5. Windows color (decimal): -32001 or 16745215. OLE color: 16745215.

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

Color convert

RGB 255 130 255 -
CMYK 0 0.49 0 0
HSL 300º 1% 0.75% -
HSV(B) 300º 0.49% 1% -
XYZ 67.27 44.45 99.64 -
YUV 181.63 169.41 180.34 -
System Red Green Blue C M Y K H S L
Decimal 255 130 255 0 0.49 0 0 300 1 0.75
Hex FF 82 FF 0 31 0 0 12C 64 4B
Octal 377 202 377 0 61 0 0 454 144 113
Binary 11111111 10000010 11111111 0 110001 0 0 100101100 1100100 1001011

Color Harmonies of #FF82FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82FF

Black with #FF82FF

Text Example


Text Example

White with #FF82FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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