Html Css Color HEX #FF82FC Fuchsia Pink

📋 copy color: '#FF82FC'

red 255 ◦ green 130 ◦ blue 252

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

Shades of Fuchsia Pink #FF82FC

Tints of Fuchsia Pink #FF82FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 40.03%
G = 20.41%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#FF82FC (or 0xFF82FC) is known color: Fuchsia Pink. HEX triplet: FF, 82 and FC. RGB value is (255,130,252). Sum of RGB (Red+Green+Blue) = 255+130+252=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 130 (51.17% from 255 or 20.41% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82FC is #007D03. Grayscale: #B4B4B4. Windows color (decimal): -32004 or 16548607. OLE color: 16548607.

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

Color convert

RGB 255 130 252 -
CMYK 0 0.49 0.01 0
HSL 301.44º 1% 0.75% -
HSV(B) 301.44º 0.49% 1% -
XYZ 66.79 44.25 97.12 -
YUV 181.28 167.91 180.58 -
System Red Green Blue C M Y K H S L
Decimal 255 130 252 0 0.49 0.01 0 301.44 1 0.75
Hex FF 82 FC 0 31 1 0 12D 64 4B
Octal 377 202 374 0 61 1 0 455 144 113
Binary 11111111 10000010 11111100 0 110001 1 0 100101101 1100100 1001011

Color Harmonies of #FF82FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82FC

Black with #FF82FC

Text Example


Text Example

White with #FF82FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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