#FA82F8

Color #FA82F8 Fuchsia Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia Pink #FA82F8

Tints of Fuchsia Pink #FA82F8

Color information

#FA82F8 (or 0xFA82F8) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 82 and F8. RGB value is (250,130,248). Sum of RGB (Red+Green+Blue) = 250+130+248=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 130 (51.17% from 255 or 20.70% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82F8 is #057D07. Grayscale: #B2B2B2. Windows color (decimal): -359688 or 16286458. OLE color: 16286458.

HSL color Cylindrical-coordinate representation of color #FA82F8: hue angle of 301º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA82F8 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250130248-
CMYK00.480.010.02
HSL301º92.31%74.51%-
HSV(B)301º48%98.04%-
XYZ64.3543.0793.73-
YUV179.33166.76178.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 130 (51.17% from 255) = 20.70%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=39.81%
G=20.70%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013024800.480.010.0230192.3174.51
HexFA82F80301212d5c4b
Octal37220237006012455134113
Binary111110101000001011111000011000011010010110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82F8; }

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

 H1.HeaderClassName
 {
   color: #FA82F8;
 }
 .AnyTagClassName
 {
   color: #FA82F8;
 }
</style>
background-color css

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

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

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

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

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

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