#FA89FD

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

Shades of Fuchsia Pink #FA89FD

Tints of Fuchsia Pink #FA89FD

Color information

#FA89FD (or 0xFA89FD) is unknown color: approx Fuchsia Pink. HEX triplet: FA, 89 and FD. RGB value is (250,137,253). Sum of RGB (Red+Green+Blue) = 250+137+253=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 137 (53.91% from 255 or 21.41% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA89FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89FD is #057602. Grayscale: #B7B7B7. Windows color (decimal): -357891 or 16615930. OLE color: 16615930.

HSL color Cylindrical-coordinate representation of color #FA89FD: hue angle of 298.45º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FA89FD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250137253-
CMYK0.010.4600.01
HSL298.45º96.67%76.47%-
HSV(B)298.45º45.85%99.22%-
XYZ66.145.3198.19-
YUV184.01166.94175.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 137 (53.91% from 255) = 21.41%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=39.06%
G=21.41%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501372530.010.4600.01298.4596.6776.47
HexFA89FD12E0112a614c
Octal37221137515601452141114
Binary11111010100010011111110111011100110010101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89FD; }

 p { color: rgb(250,137,253); }

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

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

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

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

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

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

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