#FA83FE

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

Shades of Fuchsia Pink #FA83FE

Tints of Fuchsia Pink #FA83FE

Color information

#FA83FE (or 0xFA83FE) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 83 and FE. RGB value is (250,131,254). Sum of RGB (Red+Green+Blue) = 250+131+254=635 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.37% from 635); Green value is 131 (51.56% from 255 or 20.63% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83FE is #057C01. Grayscale: #B4B4B4. Windows color (decimal): -359426 or 16679930. OLE color: 16679930.

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

Color convert

RGB250131254-
CMYK0.020.4800.00
HSL298.05º98.4%75.49%-
HSV(B)298.05º48.43%99.61%-
XYZ65.4343.7198.75-
YUV180.6169.42177.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.37%
GREEN value IS 131 (51.56% from 255) = 20.63%
BLUE value IS 254 (99.61% from 255) = 40%
R=39.37%
G=20.63%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501312540.020.4800.00298.0598.475.49
HexFA83FE2300012a624b
Octal37220337626000452142113
Binary111110101000001111111110101100000010010101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83FE; }

 p { color: rgb(250,131,254); }

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

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

 a { background-color: rgb(250,131,254); }

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

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

 span { border-color: rgb(250,131,254); }

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