#FA84FF

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

Shades of Fuchsia Pink #FA84FF

Tints of Fuchsia Pink #FA84FF

Color information

#FA84FF (or 0xFA84FF) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 84 and FF. RGB value is (250,132,255). Sum of RGB (Red+Green+Blue) = 250+132+255=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 132 (51.95% from 255 or 20.72% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA84FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA84FF is #057B00. Grayscale: #B4B4B4. Windows color (decimal): -359169 or 16745722. OLE color: 16745722.

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

Color convert

RGB250132255-
CMYK0.020.4800
HSL297.56º100%75.88%-
HSV(B)297.56º48.24%100%-
XYZ65.7344.0599.65-
YUV181.3169.59177-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 132 (51.95% from 255) = 20.72%
BLUE value IS 255 (100% from 255) = 40.03%
R=39.25%
G=20.72%
B=40.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501322550.020.4800297.5610075.88
HexFA84FF2300012a644c
Octal37220437726000452144114
Binary111110101000010011111111101100000010010101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA84FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA84FF; }

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

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

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

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

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

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

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

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