Html Css Color HEX #FF82F8 Fuchsia Pink

📋 copy color: '#FF82F8'

red 255 ◦ green 130 ◦ blue 248

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

Shades of Fuchsia Pink #FF82F8

Tints of Fuchsia Pink #FF82F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.18%

R = 40.28%
G = 20.54%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0

RGB Variations

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

Color information

#FF82F8 (or 0xFF82F8) is known color: Fuchsia Pink. HEX triplet: FF, 82 and F8. RGB value is (255,130,248). Sum of RGB (Red+Green+Blue) = 255+130+248=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 130 (51.17% from 255 or 20.54% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF82F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF82F8 is #007D07. Grayscale: #B4B4B4. Windows color (decimal): -32008 or 16286463. OLE color: 16286463.

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

Color convert

RGB 255 130 248 -
CMYK 0 0.49 0.03 0
HSL 303.36º 1% 0.75% -
HSV(B) 303.36º 0.49% 1% -
XYZ 66.17 44 93.81 -
YUV 180.83 165.91 180.91 -
System Red Green Blue C M Y K H S L
Decimal 255 130 248 0 0.49 0.03 0 303.36 1 0.75
Hex FF 82 F8 0 31 3 0 12F 64 4B
Octal 377 202 370 0 61 3 0 457 144 113
Binary 11111111 10000010 11111000 0 110001 11 0 100101111 1100100 1001011

Color Harmonies of #FF82F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF82F8

Black with #FF82F8

Text Example


Text Example

White with #FF82F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF82F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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