#FA69D5

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

Shades of Neon Pink #FA69D5

Tints of Neon Pink #FA69D5

Color information

#FA69D5 (or 0xFA69D5) is unknown color: approx Neon Pink. HEX triplet: FA, 69 and D5. RGB value is (250,105,213). Sum of RGB (Red+Green+Blue) = 250+105+213=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA69D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA69D5 is #05962A. Grayscale: #A0A0A0. Windows color (decimal): -366123 or 13986298. OLE color: 13986298.

HSL color Cylindrical-coordinate representation of color #FA69D5: hue angle of 315.31º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA69D5 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB250105213-
CMYK00.580.150.02
HSL315.31º93.55%69.61%-
HSV(B)315.31º58%98.04%-
XYZ56.4935.2366.77-
YUV160.67157.54191.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.01%
GREEN value IS 105 (41.41% from 255) = 18.49%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=44.01%
G=18.49%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010521300.580.150.02315.3193.5569.61
HexFA69D503AF213b5e46
Octal372151325072172473136106
Binary11111010110100111010101011101011111010011101110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA69D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA69D5; }

 p { color: rgb(250,105,213); }

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

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

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

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

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

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

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