Html Css Color HEX #FF82FA Fuchsia Pink

📋 copy color: '#FF82FA'

red 255 ◦ green 130 ◦ blue 250

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

Shades of Fuchsia Pink #FF82FA

Tints of Fuchsia Pink #FF82FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 40.16%
G = 20.47%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#FF82FA (or 0xFF82FA) is known color: Fuchsia Pink. HEX triplet: FF, 82 and FA. RGB value is (255,130,250). Sum of RGB (Red+Green+Blue) = 255+130+250=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 130 (51.17% from 255 or 20.47% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82FA is #007D05. Grayscale: #B4B4B4. Windows color (decimal): -32006 or 16417535. OLE color: 16417535.

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

Color convert

RGB 255 130 250 -
CMYK 0 0.49 0.02 0
HSL 302.4º 1% 0.75% -
HSV(B) 302.4º 0.49% 1% -
XYZ 66.48 44.13 95.46 -
YUV 181.06 166.91 180.74 -
System Red Green Blue C M Y K H S L
Decimal 255 130 250 0 0.49 0.02 0 302.4 1 0.75
Hex FF 82 FA 0 31 2 0 12E 64 4B
Octal 377 202 372 0 61 2 0 456 144 113
Binary 11111111 10000010 11111010 0 110001 10 0 100101110 1100100 1001011

Color Harmonies of #FF82FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82FA

Black with #FF82FA

Text Example


Text Example

White with #FF82FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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