#FA71CA

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

Shades of Neon Pink #FA71CA

Tints of Neon Pink #FA71CA

Color information

#FA71CA (or 0xFA71CA) is unknown color: approx Neon Pink. HEX triplet: FA, 71 and CA. RGB value is (250,113,202). Sum of RGB (Red+Green+Blue) = 250+113+202=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71CA is #058E35. Grayscale: #A3A3A3. Windows color (decimal): -364086 or 13267450. OLE color: 13267450.

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

Color convert

RGB250113202-
CMYK00.550.190.02
HSL321.02º93.2%71.18%-
HSV(B)321.02º54.8%98.04%-
XYZ55.9936.459.95-
YUV164.11149.39189.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.25%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=44.25%
G=20%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011320200.550.190.02321.0293.271.18
HexFA71CA0371321415d47
Octal372161312067232501135107
Binary111110101110001110010100110111100111010100000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71CA; }

 p { color: rgb(250,113,202); }

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

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

 a { background-color: rgb(250,113,202); }

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

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

 span { border-color: rgb(250,113,202); }

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