#FA7BF5

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

Shades of Fuchsia Pink #FA7BF5

Tints of Fuchsia Pink #FA7BF5

Color information

#FA7BF5 (or 0xFA7BF5) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 7B and F5. RGB value is (250,123,245). Sum of RGB (Red+Green+Blue) = 250+123+245=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 123 (48.44% from 255 or 19.90% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA7BF5 is #05840A. Grayscale: #AEAEAE. Windows color (decimal): -361483 or 16088058. OLE color: 16088058.

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

Color convert

RGB250123245-
CMYK00.510.020.02
HSL302.36º92.7%73.14%-
HSV(B)302.36º50.8%98.04%-
XYZ62.9941.0891-
YUV174.88167.58181.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 123 (48.44% from 255) = 19.90%
BLUE value IS 245 (96.09% from 255) = 39.64%
R=40.45%
G=19.90%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012324500.510.020.02302.3692.773.14
HexFA7BF50332212e5d49
Octal37217336506322456135111
Binary111110101111011111101010110011101010010111010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BF5; }

 p { color: rgb(250,123,245); }

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

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

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

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

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

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

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