#FA81F7

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

Shades of Fuchsia Pink #FA81F7

Tints of Fuchsia Pink #FA81F7

Color information

#FA81F7 (or 0xFA81F7) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 81 and F7. RGB value is (250,129,247). Sum of RGB (Red+Green+Blue) = 250+129+247=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 129 (50.78% from 255 or 20.61% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA81F7 is #057E08. Grayscale: #B2B2B2. Windows color (decimal): -359945 or 16220666. OLE color: 16220666.

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

Color convert

RGB250129247-
CMYK00.480.010.02
HSL301.49º92.37%74.31%-
HSV(B)301.49º48.4%98.04%-
XYZ64.0642.7492.87-
YUV178.63166.59178.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 129 (50.78% from 255) = 20.61%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=39.94%
G=20.61%
B=39.46%

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
Decimal25012924700.480.010.02301.4992.3774.31
HexFA81F70301212d5c4a
Octal37220136706012455134112
Binary111110101000000111110111011000011010010110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81F7; }

 p { color: rgb(250,129,247); }

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

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

 a { background-color: rgb(250,129,247); }

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

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

 span { border-color: rgb(250,129,247); }

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