#fa77f7

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

Shades of Fuchsia Pink #FA77F7

Tints of Fuchsia Pink #FA77F7

Color information

#FA77F7 (or 0xFA77F7) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 77 and F7. RGB value is (250,119,247). Sum of RGB (Red+Green+Blue) = 250+119+247=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 119 (46.88% from 255 or 19.32% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA77F7 is #058808. Grayscale: #ACACAC. Windows color (decimal): -362505 or 16218106. OLE color: 16218106.

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

Color convert

RGB250119247-
CMYK00.520.010.02
HSL301.37º92.91%72.35%-
HSV(B)301.37º52.4%98.04%-
XYZ62.8140.2392.45-
YUV172.76169.9183.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 119 (46.88% from 255) = 19.32%
BLUE value IS 247 (96.88% from 255) = 40.10%
R=40.58%
G=19.32%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011924700.520.010.02301.3792.9172.35
HexFA77F70341212d5d48
Octal37216736706412455135110
Binary11111010111011111110111011010011010010110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa77f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa77f7; }

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

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

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

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

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

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

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

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