#FA7DFA

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

Shades of Fuchsia Pink #FA7DFA

Tints of Fuchsia Pink #FA7DFA

Color information

#FA7DFA (or 0xFA7DFA) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7D and FA. RGB value is (250,125,250). Sum of RGB (Red+Green+Blue) = 250+125+250=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 125 (49.22% from 255 or 20% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA7DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7DFA is #058205. Grayscale: #B0B0B0. Windows color (decimal): -360966 or 16416250. OLE color: 16416250.

HSL color Cylindrical-coordinate representation of color #FA7DFA: hue angle of 300º 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 #FA7DFA is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250125250-
CMYK00.5000.02
HSL300º92.59%73.53%-
HSV(B)300º50%98.04%-
XYZ64.0141.8995.15-
YUV176.62169.41180.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 125 (49.22% from 255) = 20%
BLUE value IS 250 (98.05% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012525000.5000.0230092.5973.53
HexFA7DFA0320212c5d4a
Octal37217537206202454135112
Binary11111010111110111111010011001001010010110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7DFA; }

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

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

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

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

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

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

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

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