#FA7DF9

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

Shades of Fuchsia Pink #FA7DF9

Tints of Fuchsia Pink #FA7DF9

Color information

#FA7DF9 (or 0xFA7DF9) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7D and F9. RGB value is (250,125,249). Sum of RGB (Red+Green+Blue) = 250+125+249=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 125 (49.22% from 255 or 20.03% from 624); Blue value is 249 (97.66% from 255 or 39.90% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DF9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DF9 is #058206. Grayscale: #B0B0B0. Windows color (decimal): -360967 or 16350714. OLE color: 16350714.

HSL color Cylindrical-coordinate representation of color #FA7DF9: hue angle of 300.48º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DF9 is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250125249-
CMYK00.500.000.02
HSL300.48º92.59%73.53%-
HSV(B)300.48º50%98.04%-
XYZ63.8641.8394.33-
YUV176.51168.91180.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 125 (49.22% from 255) = 20.03%
BLUE value IS 249 (97.66% from 255) = 39.90%
R=40.06%
G=20.03%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012524900.500.000.02300.4892.5973.53
HexFA7DF90320212c5d4a
Octal37217537106202454135112
Binary11111010111110111111001011001001010010110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DF9; }

 p { color: rgb(250,125,249); }

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

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

 a { background-color: rgb(250,125,249); }

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

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

 span { border-color: rgb(250,125,249); }

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