#FA73D3

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

Shades of Neon Pink #FA73D3

Tints of Neon Pink #FA73D3

Color information

#FA73D3 (or 0xFA73D3) is unknown color: approx Neon Pink. HEX triplet: FA, 73 and D3. RGB value is (250,115,211). Sum of RGB (Red+Green+Blue) = 250+115+211=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73D3 is #058C2C. Grayscale: #A6A6A6. Windows color (decimal): -363565 or 13857786. OLE color: 13857786.

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

Color convert

RGB250115211-
CMYK00.540.160.02
HSL317.33º93.1%71.57%-
HSV(B)317.33º54%98.04%-
XYZ57.3137.2965.8-
YUV166.31153.23187.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.40%
GREEN value IS 115 (45.31% from 255) = 19.97%
BLUE value IS 211 (82.81% from 255) = 36.63%
R=43.40%
G=19.97%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011521100.540.160.02317.3393.171.57
HexFA73D303610213d5d48
Octal372163323066202475135110
Binary111110101110011110100110110110100001010011110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA73D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA73D3; }

 p { color: rgb(250,115,211); }

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

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

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

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

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

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

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